gvisor/pkg/p9
Jamie Liu b941e35761 Return EIO from p9 if flipcall.Endpoint.Connect() fails.
Also ensure that all flipcall transport errors not returned by p9 (converted to
EIO by the client, or dropped on the floor by channel server goroutines) are
logged.

PiperOrigin-RevId: 272963663
2019-10-04 14:56:53 -07:00
..
p9test Add test for concurrent reads and writes. 2019-09-23 16:44:30 -07:00
BUILD Update p9 to support flipcall. 2019-09-12 23:37:31 -07:00
buffer.go
buffer_test.go
client.go Return EIO from p9 if flipcall.Endpoint.Connect() fails. 2019-10-04 14:56:53 -07:00
client_file.go
client_test.go Update p9 to support flipcall. 2019-09-12 23:37:31 -07:00
file.go
handlers.go Update p9 to support flipcall. 2019-09-12 23:37:31 -07:00
messages.go Update p9 to support flipcall. 2019-09-12 23:37:31 -07:00
messages_test.go
p9.go Update p9 to support flipcall. 2019-09-12 23:37:31 -07:00
p9_test.go
path_tree.go
pool.go
pool_test.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
server.go Return EIO from p9 if flipcall.Endpoint.Connect() fails. 2019-10-04 14:56:53 -07:00
transport.go Update p9 to support flipcall. 2019-09-12 23:37:31 -07:00
transport_flipcall.go Return EIO from p9 if flipcall.Endpoint.Connect() fails. 2019-10-04 14:56:53 -07:00
transport_test.go Update p9 to support flipcall. 2019-09-12 23:37:31 -07:00
version.go Update p9 to support flipcall. 2019-09-12 23:37:31 -07:00
version_test.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00