]> www.average.org Git - loctrkd.git/commit
collector: enable SO_KEEPALIVE on accepted conn.
authorEugene Crosser <crosser@average.org>
Thu, 16 Jun 2022 21:17:25 +0000 (23:17 +0200)
committerEugene Crosser <crosser@average.org>
Thu, 16 Jun 2022 21:17:25 +0000 (23:17 +0200)
commitb955a03a2d2146a705ac4d19047cc26b38cdd878
tree8ed32266e09d3c23078fb84f06476c38db7eecaa
parent84c11e46ef8ec36824b0d040972de37e41943b5d
collector: enable SO_KEEPALIVE on accepted conn.

Terminals have a bad habit to drop off the network without closing the
connection. That will leave the server with orphan connections
accumulating over time.
gps303/collector.py