1
TNet 3 Support / UDP only connection
« on: April 08, 2017, 11:09:17 PM »
So I am messing around with azure and I am having trouble opening up a tcp port and getting TNet working when I noticed that TNManager.Connect ends up only calling a ConnectToTcpEndPoint
Is it possible to use TNManager to connect to a udp endpoint?
Is it as simple as mSocket = new Socket(tcpEndPoint.AddressFamily, SocketType.Stream, ProtocolType.Udp);
Are there unintended consequences of using the Udp protocol as an endpoint for TNManager?
Is it possible to use TNet as UDP only without any TCP connectivity?
Is it possible to use TNManager to connect to a udp endpoint?
Is it as simple as mSocket = new Socket(tcpEndPoint.AddressFamily, SocketType.Stream, ProtocolType.Udp);
Are there unintended consequences of using the Udp protocol as an endpoint for TNManager?
Is it possible to use TNet as UDP only without any TCP connectivity?