ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/doc/gvpe.protocol.7.pod
(Generate patch)

Comparing gvpe/doc/gvpe.protocol.7.pod (file contents):
Revision 1.3 by pcg, Thu Mar 17 22:24:31 2005 UTC vs.
Revision 1.5 by pcg, Thu Apr 21 21:13:59 2005 UTC

8document. 8document.
9 9
10The first part of this document describes the transport protocols which 10The first part of this document describes the transport protocols which
11are used by GVPE to send it's data packets over the network. 11are used by GVPE to send it's data packets over the network.
12 12
13=head1 PART 1: Tansport protocols 13=head1 PART 1: Transport protocols
14 14
15GVPE offers a range of transport protocols that can be used to interchange 15GVPE offers a range of transport protocols that can be used to interchange
16data between nodes. Protocols differ in their overhead, speed, 16data between nodes. Protocols differ in their overhead, speed,
17reliability, and robustness. 17reliability, and robustness.
18 18
19The following sections describe each transport protocol in more 19The following sections describe each transport protocol in more
20detail. They are sorted by overhead/efficiency, the most efficient 20detail. They are sorted by overhead/efficiency, the most efficient
21transprot is listed first: 21transport is listed first:
22 22
23=head2 RAW IP 23=head2 RAW IP
24 24
25This protocol is the best choice, performance-wise, as the minimum 25This protocol is the best choice, performance-wise, as the minimum
26overhead per packet is only 38 bytes. 26overhead per packet is only 38 bytes.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines