say goodbye to clients then close socket

This commit is contained in:
root 2025-05-07 14:20:06 +00:00
parent 1cf28e9565
commit f096cb00e7
3 changed files with 53 additions and 19 deletions

View file

@ -14,4 +14,5 @@ void main() {
printf("sizeof(short) %d\n", sizeof(short));
printf("POLLIN %d\n", POLLIN);
printf("POLLOUT %d\n", POLLOUT);
printf("SHUT_RDWR %d\n", SHUT_RDWR);
}