DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
- When the packet is received a pointer to the location of the payload is set (
d_appdata). This is an offset into the packet buffer For TCP, that accounts for the MAC/Ethernet header, the minimum IPv4/IPv6 header size, and the minimum TCP header size. - The TCP payload data is written at that location using a constant MSS,
- The minimum sized IPv4/IPv6 headers and the minimumsize sized TCP header are added below the payload, and finally
- The MAC/Ethernet header as add at the very beginning of the buffer.
...