gvisor/pkg/sentry/socket/epsocket
Fabricio Voznika 502c47f7a7 Return correct buffer size for ioctl(socket, FIONREAD)
Ioctl was returning just the buffer size from epsocket.endpoint
and it was not considering data from epsocket.SocketOperations
that was read from the endpoint, but not yet sent to the caller.

PiperOrigin-RevId: 266485461
2019-08-30 17:19:09 -07:00
..
BUILD Plumbing for iptables sockopts. 2019-08-02 16:26:48 -07:00
device.go Update canonical repository. 2019-06-13 16:50:15 -07:00
epsocket.go Return correct buffer size for ioctl(socket, FIONREAD) 2019-08-30 17:19:09 -07:00
provider.go Add IPPROTO_RAW, which allows raw sockets to write IP headers. 2019-07-12 18:09:12 -07:00
save_restore.go Update canonical repository. 2019-06-13 16:50:15 -07:00
stack.go Use tcpip.Subnet in tcpip.Route 2019-08-21 15:31:18 -07:00