This is the mail archive of the
ecos-patches@sourceware.org
mailing list for the eCos project.
[Bug 1001656] FreeBSD: add AF_PACKET socket familiy
- From: bugzilla-daemon at bugs dot ecos dot sourceware dot org
- To: ecos-patches at ecos dot sourceware dot org
- Date: Mon, 09 Dec 2013 14:24:46 +0000
- Subject: [Bug 1001656] FreeBSD: add AF_PACKET socket familiy
- Authentication-results: sourceware.org; auth=none
- Auto-submitted: auto-generated
- References: <bug-1001656-104 at http dot bugs dot ecos dot sourceware dot org/>
Please do not reply to this email, use the link below.
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001656
--- Comment #13 from D.Zebralla <daniel.zebralla@arcor.de> ---
After the first quick test: Yes, it looks like the IPv6 UDP packet is now sent.
However, I am wondering if it's really the right thing to stuff padding bytes
into sockaddr_in6. I am not familiar with the whole networking code stuff, but
I saw that in the Windows world and partly in various unix flavors 28 Bytes for
sockaddr_in6 or even little less seem common.
Is there any RFC, ISO or POSIX standard where it's said that these structures
should have the same size?
What about this sockaddr_storage struct?
On a sidenote: Why was there even a 'len'-parameter in bsd_bind() when it was
not used up until your patch?
Thanks in advance!
--
You are receiving this mail because:
You are on the CC list for the bug.