Y
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
s1n4
2833 days ago
Not the buffering.
link
e_proxus
2831 days ago
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?
link