[][src]Module libzmq::addr

The different transport types supported by ØMQ.

Structs

AddrParseError

An error that occurs when an address cannot be parsed.

EpgmAddr

A socket address with the Encapsulated PGM transport.

Hostname

An named interface.

InprocAddr

A socket address with inter-thread transport.

PgmAddr

A socket address with the PGM transport.

SocketAddr

A socket address with an Interface and a Port.

TcpAddr

A socket address with the TCP transport.

UdpAddr

A socket address with the UDP transport.

Enums

Endpoint

A transport and a transport-specific address supported by ØMQ.

Interface

An interface used for connecting or binding.

Port

A port used by a socket address.

SrcAddr

Specify a source address when connecting.

Constants

INPROC_MAX_SIZE

The maximum number of characters in a inproc address.