|
|
发表于 2006-4-22 02:34:57
|
显示全部楼层
backlog is OS-specific . In general , the actual number of queued connections does not equal to backlog. you can consult UNIX network programming API volume 2;
after invokeing accpet() at server-end, u close the file-descriptor in listen() , now,others couldn't establish TCP connections with the port; |
|