http://www.perlmonks.org?node_id=418736


in reply to Portably disabling Nagle's algorithm for TCP

You usually turn off Nagle's algorithm with the TCP_NODELAY flag. Net::TCP supports this.

(I might be misunderstanding your question. If I am, feel free to correct me.)

Replies are listed 'Best First'.
Re^2: Portably disabling Nagle's algorithm for TCP
by mowgli (Friar) on Jan 02, 2005 at 22:12 UTC
    Thanks. Does that work on all platforms, though? The CPAN tests indicate that it fails on win32 due to undeclared identifiers.

    --
    mowgli