2008年10月17日 星期五

accept

#include
#include
int accept(int s, struct sockaddr *addr, socklen_t *addrlen);


return:
If successful, accept() returns a non-negative integer, which is a descriptor of the accepted socket.

沒有留言: