Re: UDP Packet reassembly

2011-07-31 Thread Stephen Clark
On 07/30/2011 11:37 PM, Mark Andrews wrote: In message4e345767.5070...@earthlink.net, Stephen Clark writes: Hello List, Didn't see this show up in the mailing list so I am resending. Could someone enlighten me as to when FreeBSD 6.3 does UDP packet reassembly? I am having a problem

UDP Packet reassembly

2011-07-30 Thread Stephen Clark
Hello List, Didn't see this show up in the mailing list so I am resending. Could someone enlighten me as to when FreeBSD 6.3 does UDP packet reassembly? I am having a problem where I am getting a fragmented udp packet (2 pieces) everthing is fine if I get the first frag first

Re: UDP Packet reassembly

2011-07-30 Thread Jeremy Chadwick
On Sat, Jul 30, 2011 at 03:11:35PM -0400, Stephen Clark wrote: Didn't see this show up in the mailing list so I am resending. It showed up, and people have responded. Search for UDP Packet reassembly and you'll see. http://lists.freebsd.org/pipermail/freebsd-stable/2011-July/thread.html

Re: UDP Packet reassembly

2011-07-30 Thread Mark Andrews
In message 4e345767.5070...@earthlink.net, Stephen Clark writes: Hello List, Didn't see this show up in the mailing list so I am resending. Could someone enlighten me as to when FreeBSD 6.3 does UDP packet reassembly? I am having a problem where I am getting a fragmented udp packet

UDP Packet reassembly

2011-07-28 Thread Stephen Clark
Hello List, Could someone enlighten me as to when FreeBSD 6.3 does UDP packet reassembly? I am having a problem where I am getting a fragmented udp packet (2 pieces) everthing is fine if I get the first frag first. but if the second frag comes first then both fragments get dropped. I am

Re: UDP Packet reassembly

2011-07-28 Thread Chuck Swiger
On Jul 28, 2011, at 12:01 PM, Stephen Clark wrote: Could someone enlighten me as to when FreeBSD 6.3 does UDP packet reassembly? Packet reassembly is done at the IP layer, not the UDP layer. Normally, reassembly is performed on the destination host, but routers or firewalls along the path

Re: UDP Packet reassembly

2011-07-28 Thread Mike Tancsa
On 7/28/2011 3:01 PM, Stephen Clark wrote: Hello List, Could someone enlighten me as to when FreeBSD 6.3 does UDP packet reassembly? I am having a problem where I am getting a fragmented udp packet (2 pieces) everthing is fine if I get the first frag first. but if the second frag comes