Commit Graph

2 Commits

Author SHA1 Message Date
Jamie Liu 280cf46874 Minor fdchannel fixes.
- Don't close fdchannel.Endpoint.sockfd in Shutdown(), while it still may be in
  use.

- Don't call runtime.enter/exitsyscall from RecvFDNonblock().

PiperOrigin-RevId: 342221770
2020-11-13 01:56:23 -08:00
Jamie Liu ffee0f36b1 Add //pkg/fdchannel.
To accompany flipcall connections in cases where passing FDs is required
(as for gofers).

PiperOrigin-RevId: 255062277
2019-06-25 15:38:11 -07:00