]> granicus.if.org Git - python/commit
SF patch 101137 from Grant Edwards
authorJeremy Hylton <jeremy@alum.mit.edu>
Fri, 2 Feb 2001 03:23:09 +0000 (03:23 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Fri, 2 Feb 2001 03:23:09 +0000 (03:23 +0000)
commit2230865043111f2926b8ff5d06608cec5058e74e
tree4aa5f0a309e32a718240266deb822176683b03f1
parent042f3137bafe310321caeb064a7fc7db1cea05bd
SF patch 101137 from Grant Edwards
Adds support for raw packets (AF_PACKET) under Linux.  I haven't
tested this code thoroughly; it compiles and the basic calls all work
without crashing.  Not sure what to actually do with raw sockets though.

Not sure what other platforms this might be useful for.
Modules/socketmodule.c