Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-13 | Minor fdchannel fixes. | Jamie Liu | |
- 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 | |||
2019-06-25 | Add //pkg/fdchannel. | Jamie Liu | |
To accompany flipcall connections in cases where passing FDs is required (as for gofers). PiperOrigin-RevId: 255062277 |