Documentation ¶
Overview ¶
Package uds contains helpers for testing external UDS functionality.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateBoundUDSTree ¶
CreateBoundUDSTree creates a local tree of bound unix domain sockets that are ready to accept connections.
These are created at locations:
- /stream/echo
- /stream/nonlistening
- /seqpacket/echo
- /seqpacket/nonlistening
- /dgram/null
func CreateFifoTree ¶
CreateFifoTree creates a local tree of fifo files for use in testing:
- /in
- /out
func CreateSocketConnectors ¶
CreateSocketConnectors creates goroutines that will attempt to connect to sockets at the following locations, and turn into an echo client once connected:
- /stream/created-in-sandbox{-epoll}
- /seqpacket/created-in-sandbox{-epoll}
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.