Documentation
¶
Index ¶
- func CreateShMem(fName string, len uint32) (fd *os.File)
- func DestroyShMem(fd *os.File)
- func RecvAll(conn net.Conn, b []byte) (n int, err error)
- func SendAll(conn net.Conn, b []byte) (n int, err error)
- func SocketCreateAndConnectToClient(port string) (conn net.Conn)
- func SocketDialAndConnectToServer(ip string, port string) (conn net.Conn)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateShMem ¶
------ POSIX Shared Memory ----------------------
func DestroyShMem ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.