How to turn off Nagle Algorithm in NetOS5.1 since i cannot find TCP_NODELAY option?
That feature is not available with the current release of Net+Os but will be with Net+Os v6.0
hi,Does it mean the Nagle algothm is always turn on for the current NetOS5.1 ? The delayed acknowledgement will remain there no matter the other side(say, PC for example) has turn off the Nagle Algorithm by setting the socket option TCP_NODELAY?
The implementation of Netos V5.1 does not have the Nagle algothm feature, but the code indicates that the Nagle algothm is always turned off.