Tasharen Entertainment Forum
Support => TNet 3 Support => Topic started by: Bill.Smock on June 16, 2016, 07:41:15 PM
-
I can send position information and the other information as parameters, but I'm wondering if there is a preferred method? Thank you
-
Wrong forum. Moved it from NGUI to TNet.
I also don't quite understand your question. What other method would there be if not the parameters of an RCC?
-
My bad on the forum, wasn't sure where to post it. This is working fine.
Random question - in a thread from I think December 2015, you mentioned amazon EC2 doesn't allow UDP sending. Is this still the case? If SendQuickly can't send UDP does it default to TCP? I looked through the source code and couldn't find this anywhere. Thanks!
-
If there is no active UDP link then yes, TNet automatically defaults to TCP. I am not sure if the EC2 limitation on UDP is still the case... I haven't needed to use UDP in a long time.
-
Okay looks as though they do allow it, just needed to add an item on my security group. What port does tnet use to send udp packets?
I can use any number I like for listening, right? (0-60000)
-
You shouldn't use ports below 1000, but other than that yes, it's up to you.