]> Cypherpunks.ru repositories - govpn.git/blob - doc/netproto.texi
[DOC] Add various concept indexes
[govpn.git] / doc / netproto.texi
1 @node Network
2 @cindex Transport
3 @cindex Network transport
4 @cindex TCP
5 @cindex UDP
6 @subsection Network transport
7
8 You can use either UDP or TCP underlying network transport protocols.
9
10 TCP is more resource hungry. Moreover because of packet loss and TCP
11 reliability it can lead to "meltdown" effect: significant performance
12 loss of underlying TCP connections. Generally TCP is not advisable for
13 VPNs, but it can help with some nasty firewalls.