pmos69 wrote:Turbo mode should enable the TCP_NODELAY option.
It's a TCP-IP option that basically disables the Nagle algorithm.
Teoretically you can stream better with the Nagle algorithm disabled, since packets are sent imediately and there is no packet "agregation".
Anyway, I think the TCP_NODELAY option is used by default by the HTTP Server.
Don't know if the turbo option is actually doing anything at this time...
thanks!!
appreciated!!
