摘要: 浅析:setsockopt()1,ioctlsocket()#include <winsock.h>This function controls the I/O mode of a socket.int ioctlsocket( SOCKET s, long cmd, u_long FAR* argp);Parameterss[in] Descriptor identifying a socket.cmd[in] Command to perform on socket s.argp[in, out] Pointer to a parameter for cmd.Return Va 阅读全文
posted @ 2012-06-14 17:32 azraelly 阅读(2595) 评论(0) 推荐(1)