Ice.UDPConnectionInfo

class Ice.UDPConnectionInfo

Bases: IPConnectionInfo

Provides access to the connection details of a UDP connection.

mcastAddress

The multicast address.

Type:

str

mcastPort

The multicast port.

Type:

int

rcvSize

The size of the receive buffer.

Type:

int

sndSize

The size of the send buffer.

Type:

int