TURN module (rfc5766)
RelayConnectionBinding
Binding metadata stored as socket opaque data during a ConnectionBind handshake.
RelayConnectionBinding
#include <icy/turn/client/tcpclient.h>struct RelayConnectionBindingDefined in src/turn/include/icy/turn/client/tcpclient.h:70
Binding metadata stored as socket opaque data during a ConnectionBind handshake. Associates a relay socket with its TURN connection ID and peer address.
List of all members
| Name | Kind | Owner |
|---|---|---|
connectionID | variable | Declared here |
peerAddress | variable | Declared here |
Public Attributes
| Return | Name | Description |
|---|---|---|
uint32_t | connectionID | TURN CONNECTION-ID attribute value from the server. |
net::Address | peerAddress | The peer address this binding targets. |
connectionID
uint32_t connectionIDDefined in src/turn/include/icy/turn/client/tcpclient.h:72
TURN CONNECTION-ID attribute value from the server.
peerAddress
net::Address peerAddressDefined in src/turn/include/icy/turn/client/tcpclient.h:73
The peer address this binding targets.
