DarkRiftNetworking / Hazel-Networking

Hazel Networking is a low level networking library for C# providing connection orientated, message based communication via TCP, UDP and RUDP.
http://www.darkriftnetworking.com
MIT License
206 stars 44 forks source link

Enable TCP keepalive packets #7

Open cnbryan opened 7 years ago

cnbryan commented 7 years ago

i can not find the code for the heartbeat

JamJar00 commented 7 years ago

Hi,

UDP has KeepAlive packets which do the same thing, TCP has it built in but it's not enabled in Hazel. If you need a TCP heartbeat that it would be a great thing to implement and make a pull request for!

Jamie