kzemek / etls

An alternative NIF-based implementation of Erlang ssl module.
Other
36 stars 2 forks source link

Add backlog parameter to listen(). #9

Closed kzemek closed 7 years ago

kzemek commented 7 years ago

No test added because observable behaviour depends on system settings, e.g. on Linux the tests passed only after tcp_abort_on_overflow was set to 1 via /proc.

Fixes #7

silviucpp commented 7 years ago

Yes it's ok . also you can run netstat -Lan and backlog is displayed there

Silviu