Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-15 | ip/pktmedium: no mintu, no maclen... thi is ip packets | cinap_lenrek | |
2016-11-15 | ip/pktmedium: fix wrong hsize, theres no ethernet header on packet media | cinap_lenrek | |
packet media is just raw ip packets, so theres no link-level header there. was probably copy-pasted from ethermedium... | |||
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. | |||
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 | |