History log of /freebsd-10-stable/sys/netgraph/ng_ksocket.c
Revision Date Author Comments
# 260226 03-Jan-2014 glebius

Merge r259681 from head:

Changes:
- Reinit uio_resid and flags before every call to soreceive().
- Set maximum acceptable size of packet to IP_MAXPACKET. As for now the
module doesn't support INET6.
- Properly handle MSG_TRUNC return from soreceive().

PR: 184601


# 260226 03-Jan-2014 glebius

Merge r259681 from head:

Changes:
- Reinit uio_resid and flags before every call to soreceive().
- Set maximum acceptable size of packet to IP_MAXPACKET. As for now the
module doesn't support INET6.
- Properly handle MSG_TRUNC return from soreceive().

PR: 184601