Open haljin opened 1 year ago
Hi,
I'm just trying to rebase #103 . This should allow for passing of gen_tcp socket options - this is especially useful for us, since we have to set nodelay: true in order to disable Nagle's algorithm in our TCP connections.
gen_tcp
nodelay: true
Hi,
I'm just trying to rebase #103 . This should allow for passing of
gen_tcp
socket options - this is especially useful for us, since we have to setnodelay: true
in order to disable Nagle's algorithm in our TCP connections.