mdlayher / raw

Package raw enables reading and writing data at the device driver level for a network interface. MIT Licensed.
MIT License
425 stars 71 forks source link

raw: add Conn.SyscallConn #45

Open mdlayher opened 5 years ago

mdlayher commented 5 years ago

As we've seen so far, it can be difficult to account for all of the various platform-specific APIs. This will enable maximum control for callers of this library.