Tasharen Entertainment Forum

Support => TNet 3 Support => Topic started by: Bill.Smock on June 16, 2016, 07:41:15 PM

Title: How should I create a child with a TNet RCC?
Post 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
Title: Re: How should I create a child with a TNet RCC?
Post by: ArenMook on June 18, 2016, 05:02:20 AM
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?
Title: Re: How should I create a child with a TNet RCC?
Post by: Bill.Smock on June 19, 2016, 08:09:15 AM
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!
Title: Re: How should I create a child with a TNet RCC?
Post by: ArenMook on June 20, 2016, 12:37:20 AM
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.
Title: Re: How should I create a child with a TNet RCC?
Post by: Bill.Smock on June 20, 2016, 08:22:32 AM
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)
Title: Re: How should I create a child with a TNet RCC?
Post by: ArenMook on June 24, 2016, 01:05:52 AM
You shouldn't use ports below 1000, but other than that yes, it's up to you.