Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-07 | ip: always pass a single block to Medium.bwrite(), avoid concatblock() calls ↵ | cinap_lenrek | |
in Dev.bwrite() the convention for Dev.bwrite() is that it accepts a *single* block, and not a block chain. so we never have concatblock here. to keep stuff consistent, we also guarantee thet Medium.bwrite() will get a *single* block passed as well, as the callers are few in number. | |||
2013-06-17 | ip/ethermedium: drop short packets instead of producing negative size blocks | cinap_lenrek | |
on usb ethernet, it can happen that we read truncated packets smaller than the ethernet header size. this produces a warning in pullupblock() later like: "pullup negative length packet, called from 0xf0199e46" | |||
2011-03-30 | Import sources from 2011-03-30 iso image - lib | Taru Karttunen | |
2011-03-30 | Import sources from 2011-03-30 iso image | Taru Karttunen | |