coova / coova-chilli

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

Do not reopen the socket just because writing would block. #171

Closed benzea closed 8 years ago

benzea commented 8 years ago

Reopening the socket will cause incoming packets to be dropped and can cause a flood of read errors spamming the logging facility and creating a high peak in the load.

Signed-off-by: Benjamin Berg benjamin@sipsolutions.net Signed-off-by: René van Weert r.vanweert@sowifi.com