[erlang-questions] Unbuffered/blocking gen_tcp send
Magnus Henoch
magnus@REDACTED
Fri Apr 17 17:54:08 CEST 2009
Matthias Lang <matthias@REDACTED> writes:
> TCP has flow control, but it can't be controlled at the fine level you
> would like it to, i.e. down to whether a given "packet" has been
> received by an application at the other end or not.
Actually, it can. The receiver acknowledges to the sender exactly which
bytes have been received. However, I don't know of any TCP
implementation that makes that information available to the
programmer...
--
Magnus Henoch, magnus@REDACTED
Erlang Training and Consulting
http://www.erlang-consulting.com/
More information about the erlang-questions
mailing list