aboutsummaryrefslogtreecommitdiff
path: root/net_test.go
AgeCommit message (Collapse)Author
2022-06-12Add SPDX tagsGrégoire Duchêne
2022-06-05Add ListenPipeGrégoire Duchêne
Also, PipeListener.Close now returns syscall.EINVAL if the PipeListener was closed already. This imitates the behavior of net.UnixListener.
2022-06-05Add Listen, Must, PipeListener, and TGrégoire Duchêne