set TCP PUSH option on socket?

Matthias Lang matthias@REDACTED
Thu Jan 27 14:44:45 CET 2005


Gaspar Chilingarov writes:

 > are there any way to set PUSH option on socket ?
 > it's needed in telnet-like applications to get bytes 
 > as they typed by user

I'm not sure what the "PUSH option" is.

Maybe you mean TCP_NODELAY, which Erlang maps to {nodelay,
Boolean}. Maybe you missed this option when you were carefully reading
the man pages, or maybe there really is some PUSH option I don't know
about.

See also:

  http://www.erlang.se/doc/doc-5.4.3/lib/kernel-2.10.3/doc/html/inet.html
  http://www.erlang.se/doc/doc-5.4.3/lib/kernel-2.10.3/doc/html/gen_tcp.html

Matthias



More information about the erlang-questions mailing list