CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2015/01/27 17:31:07
Modified files: sys/net : bpf.c Log message: when doing a blocking read with a timeout, after the sleep reset the start time so the next read behaves the same. from Simon Mages