Date: Wed, 24 Jan 2001 17:41:46 -0500 (EST) From: Alwyn Goodloe <agoodloe@gradient.cis.upenn.edu> To: hackers@FreeBSD.ORG Subject: Divert Sockets & Fragmentation Message-ID: <Pine.SOL.4.21.0101241726530.29134-100000@gradient.cis.upenn.edu>
next in thread | raw e-mail | index | archive | help
I have been using divert sockets for a while sending small (< MTU) UDP packets and everything worked fine. Now that the UDP packets are larger (>MTU = 1500) and hence fragmentation is taking place there seems to be a problem. tcpdump tells me that the fragmented packets arrive but it seems that they are never diverted. I say this because after they are received recvfrom () never gets the packet. I've done things like play with the nbytes field of the recvfrom() fn. without any success. Any suggestions, I'm sure its something stupid. Alwyn agoodloe@gradient.cis.upenn.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.SOL.4.21.0101241726530.29134-100000>