518eeaeeca
Get rid of the msg_peek() function, which has a problem. If there was less data in the socket buffer than requested by the caller, the function would busy loop, as select(2) will always return immediately. We can just receive nvlhdr now, because some time ago we splitted receive of data from the receive of descriptors. MFC after: 1 week |
||
---|---|---|
.. | ||
common_impl.h | ||
dnv.h | ||
dnvlist.c | ||
Makefile | ||
msgio.c | ||
msgio.h | ||
nv_impl.h | ||
nv.3 | ||
nv.h | ||
nvlist_impl.h | ||
nvlist.c | ||
nvpair_impl.h | ||
nvpair.c |