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

support mips/mipsle archs that also have 32 bit timeval members #26

Closed jsipprell closed 6 years ago

jsipprell commented 6 years ago

To build for mips or mipsle, the same timeval changes are required as for arm.

mdlayher commented 6 years ago

LGTM thanks!