Hacker News new | ask | show | jobs
by vmsp 2833 days ago
Doesn't native erlang handle that? With {packet, Len} and {active, once}?
1 comments

Not the buffering.
You can set a user level buffer size of the socket driver, and a receive buffer size (see http://erlang.org/doc/man/inet.html).

Why is another level of buffering needed?