Search found 1 match
- Mon Feb 02, 2015 4:23 am
- Forum: Support - RCF
- Topic: Turn On/Off Nagel algorithm?
- Replies: 4
- Views: 17925
Re: Turn On/Off Nagel algorithm?
Greetings! I have encountered the same issue: we are strongly in need for TCP_NODELAY option for TCP socket. But setsockoption (for sock=tcpSessionState.getNativeHandle(); in your server example) failed with -EFAULT when connection is already running. Is it possible to pre-set TCP_NODELAY for all co...