mirror of
https://github.com/c-cube/nanoev.git
synced 2025-12-06 03:05:32 -05:00
| .. | ||
| dune | ||
| echo_client.ml | ||
| echo_server.ml | ||
| README.md | ||
notes about system limits in Linux:
ulimit -n 100000will raise the max number of FDs for a process to 100000/proc/sys/net/core/netdev_max_backlogcontrols the kernel backlog size, raise it (default is 1000)/proc/sys/net/core/somaxconnis the max size of a socket backlog (as given tolisten()), raise it (default is 4096)