65,203
社区成员




SO_KEEPALIVE
允许在面向连接的套接字上发送 keep-alive 消息的功能.是一个布尔整数.
EPOLLERR
Error condition happened on the associated file descriptor. epoll_wait(2) will always wait for this event; it is not necessary to set it
in events.
EPOLLHUP
Hang up happened on the associated file descriptor. epoll_wait(2) will always wait for this event; it is not necessary to set it in
events。