eproxy
eproxy copied to clipboard
SIGSEGV bug
if (nfds < 0) {
perror("epoll");
continue;
}
应该改为if (nfds <= 0)