ipc

package
v0.0.0-...-ea8ba8c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 20, 2019 License: Unlicense Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateShMem

func CreateShMem(fName string, len uint32) (fd *os.File)

------ POSIX Shared Memory ----------------------

func DestroyShMem

func DestroyShMem(fd *os.File)

func RecvAll

func RecvAll(conn net.Conn, b []byte) (n int, err error)

func SendAll

func SendAll(conn net.Conn, b []byte) (n int, err error)

func SocketCreateAndConnectToClient

func SocketCreateAndConnectToClient(port string) (conn net.Conn)

func SocketDialAndConnectToServer

func SocketDialAndConnectToServer(ip string, port string) (conn net.Conn)

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL