填空题 pselect (int maxfd,fd_set *readset,fd_set *writeset,fd_set *exceptset,const structtimeval *timeout,const sigset_t *sigmask)函数的maxfd 参数的值是(),timeout 参数定义的超时时间精确到(),sigmask参数的作用是()。pselect 函数返回值有三种情况,返回值为0表示(),返回值大于0表示(),而返回值为-1时表示出错。
填空题 gethostname(char *name,size_t namelen)函数的功能是()。
填空题 在TCP 连接中,若需要关闭某个方向的连接,可以使用函数()。