http://d.puremagic.com/issues/show_bug.cgi?id=11174
Summary: Both AF_PACKET and SO_BINDTODEVICE undefined
Product: D
Version: unspecified
Platform: x86_64
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: druntime
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from [email protected] 2013-10-05 07:50:09 PDT ---
AF_PACKET and SO_BINDTODEVICE are both undefined in any/all of the socket
modules.
Although they are not standard, they should still be available on platforms
that support them.
Their definitions (at least on my platform) are the following:
AF_PACKET = 17;
SO_BINDTODEVICE = 25;
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------