Noble Connect
Add relays and punchthrough to Mirror or UNet
NobleConnect.Turn Namespace Reference

Classes

class  AttributeAddressFamily
 An attribute that holds on ip AddressFamily an for use in allocation requests More...
 
class  AttributeChannelNumber
 An attribute that a channel number for use in channel operation More...
 
class  AttributeProtocol
 An attribute that holds a socket ProtocolType More...
 
class  AttributeType
 Turn Attribute Types are defined in RFC 5766 Section 14 More...
 
class  MessageMethod
 Represents the Method of a Turn Message as defined in RFC 5766 Section 13 More...
 
class  TurnExtension
 

Typedefs

using ChannelTuple = Tuple< IPEndPoint, IPEndPoint, IPEndPoint >
 
using PermissionTuple = Tuple< IPEndPoint, IPEndPoint, IPEndPoint, IPAddress >
 
using ChannelIDTuple = Tuple< int, IPEndPoint, IPEndPoint >
 

Typedef Documentation

◆ ChannelIDTuple

using NobleConnect.Turn.ChannelIDTuple = typedef Tuple<int, IPEndPoint, IPEndPoint>

◆ ChannelTuple

using NobleConnect.Turn.ChannelTuple = typedef Tuple<IPEndPoint, IPEndPoint, IPEndPoint>

◆ PermissionTuple

using NobleConnect.Turn.PermissionTuple = typedef Tuple<IPEndPoint, IPEndPoint, IPEndPoint, IPAddress>