]> git.sesse.net Git - casparcg/commit
Enabled TCP keep alive on TCP connections to clients. This might help in discovering...
authorHelge Norberg <helge.norberg@svt.se>
Wed, 13 Jul 2016 11:03:39 +0000 (13:03 +0200)
committerHelge Norberg <helge.norberg@svt.se>
Wed, 13 Jul 2016 11:03:39 +0000 (13:03 +0200)
commit7e7ef09558efdd89c3168017592978e90531f76d
tree6b4a5b355ab18d7565fd8218e3621c9fcdac4524
parentf529ebe9cc9c0a58a6ba4a1ebcd377b4dabf830a
Enabled TCP keep alive on TCP connections to clients. This might help in discovering that a client has ungracefully disconnected. In that case the OSC subscription will also end, causing the server not to try to send OSC packages to a client that is down. This fix relates a little bit to #313, but is more from the server's point of view.
protocol/util/AsyncEventServer.cpp