]> Cypherpunks.ru repositories - govpn.git/blobdiff - doc/netproto.texi
Fix docstring splitted lines
[govpn.git] / doc / netproto.texi
index 083e83359e4ea9d68b4784465be64676b9cb793a..d57edb35ab0dbdf5a95a85dd48ed9b7ce05856bc 100644 (file)
@@ -1,10 +1,9 @@
-@node Network transport
-@section Network transport
+@node Network
+@subsection Network transport
 
 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.