ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/slirp/tcp.h
(Generate patch)

Comparing BasiliskII/src/slirp/tcp.h (file contents):
Revision 1.3 by gbeauche, 2006-01-27T23:31:38Z vs.
Revision 1.4 by gbeauche, 2006-04-13T22:15:02Z

# Line 108 | Line 108 | struct tcphdr {
108   * With an IP MSS of 576, this is 536,
109   * but 512 is probably more convenient.
110   * This should be defined as MIN(512, IP_MSS - sizeof (struct tcpiphdr)).
111 + *
112 + * We make this 1460 because we only care about Ethernet in the qemu context.
113   */
114 < #define TCP_MSS 512
114 > #define TCP_MSS 1460
115  
116   #define TCP_MAXWIN      65535   /* largest value for (unscaled) window */
117  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines