echo server, multiple clients, lines <256 bytes

This commit is contained in:
root 2025-05-13 12:07:03 +00:00
parent d54596514c
commit 29f54ba779
6 changed files with 304 additions and 112 deletions

View file

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