文件名称:InitServer
介绍说明--下载内容均来自于网络,请自行研究使用
if ( bind( nServerFd, (struct sockaddr *)&addr, sizeof(addr) ) <0 )
{
printf( bind error\n )
exit(-1)
}
if ( listen( nServerFd, 128 ) < 0 )
{
printf( listen error\n )
exit(-1)
}
- if ( bind( nServerFd, (struct sockaddr*)&addr, sizeof(addr) ) <0 )
{
printf( bind error\n )
exit(-1)
}
if ( listen( nServerFd, 128 ) < 0 )
{
printf( listen error\n )
exit(-1)
}
{
printf( bind error\n )
exit(-1)
}
if ( listen( nServerFd, 128 ) < 0 )
{
printf( listen error\n )
exit(-1)
}
- if ( bind( nServerFd, (struct sockaddr*)&addr, sizeof(addr) ) <0 )
{
printf( bind error\n )
exit(-1)
}
if ( listen( nServerFd, 128 ) < 0 )
{
printf( listen error\n )
exit(-1)
}
(系统自动生成,下载前可以参看下载内容)
下载文件列表
InitServer.cpp