]> Cypherpunks.ru repositories - govpn.git/blobdiff - doc/netproto.texi
Huge code refactoring
[govpn.git] / doc / netproto.texi
index 3aef447e4997fcc02890310e1b5cd9aeb867d734..d033656901f090a735b39a268ad49b577969b867 100644 (file)
@@ -3,8 +3,7 @@
 
 You can use either UDP or TCP underlying network transport protocols.
 
-TCP consumes more traffic: two additional bytes per packet. Also it is
-has more complex and slightly slower code. Moreover because of packet
-loss and TCP reliability it can lead to "meltdown" effect: significant
-performance decrease of underlying TCP connections. So generally TCP is
-not advisable for VPNs, but it can help with some nasty firewalls.
+TCP is more resource hungry. Moreover because of packet loss and TCP
+reliability it can lead to "meltdown" effect: significant performance
+loss of underlying TCP connections. Generally TCP is not advisable for
+VPNs, but it can help with some nasty firewalls.