coova / coova-chilli

CoovaChilli is an open-source software access controller for captive portal hotspots.
Other
518 stars 260 forks source link

setsockopt failed after last commit #368 #374

Closed gbaligh closed 7 years ago

gbaligh commented 7 years ago

Remove setsockopt() call. The socket is always created as SOCK_RAW, and the only (commented-out) alternative is SOCK_DGRAM. Neither can have TCP_NODELAY aplied.

Signed-off-by: Baligh GUESMI gasmibal@gmail.com