RE: Data payload in SYN packet

2002-11-01 Thread Don Bowman
> From: David Myer [mailto:davidmyer800@;yahoo.com] > Just curious on one thing, we know that SYN packet can > carry data payload, but I never see any implementation > that actually does this. See T/TCP, RFC 1644, and sysctl 'net.inet.tcp.rfc1644' --don ([EMAIL PROTECTED] www.sandvine.com) To Un

Data payload in SYN packet

2002-11-01 Thread David Myer
Hi, Just curious on one thing, we know that SYN packet can carry data payload, but I never see any implementation that actually does this. Nor have I seen code that checks or handles this in receive function. Is there a reason NOT doing so ? Thanks DM _