ryu_ldn::protocol::ExternalProxyConnectionState
ryu_ldn::protocol::ExternalProxyConnectionState
Section titled “ryu_ldn::protocol::ExternalProxyConnectionState”External Proxy Connection State - 0x08 bytes (8 bytes)
Indicates a change in connection state for the given client. Is sent to notify the master server when connection is first established. Can be sent by the external proxy to the master server to notify it of a proxy disconnect.Note: Pack=4 alignment means 3 bytes padding after the bool.
Members
Section titled “Members”ip_address
Section titled “ip_address”Type: uint32_t
IP address of the client.
connected
Section titled “connected”Type: uint8_t
Connection state (0=disconnected, 1=connected)
Type: uint8_t
Padding for Pack=4 alignment.