CVSROOT: /cvs Module name: src Changes by: rzalam...@cvs.openbsd.org 2016/11/08 12:11:57
Modified files: sys/net : if_switch.h switchctl.c Log message: Teach switch(4) device read(2) operations to behave like a stream socket, so the userland programs can use it without having to do any special treatment (e.g. having to read() whole packets with just 1 call or lose it). This also allows userland to read more than one ofp header/payload with one syscall. ok mikeb@