coova / coova-chilli

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

Incorrect usage of setsockopt TCP_NODELAY #364

Closed Piscolero closed 7 years ago

Piscolero commented 7 years ago

setsockopt() with TCP_NODELAY incorrectly used SOL_SOCKET protocol level which lead to setting SO_DEBUG. Changed level to IPPROTO_TCP.

Pull request for issue #357.