Tasharen Entertainment Forum
Support => TNet 3 Support => Topic started by: episodejsh on April 18, 2013, 10:17:26 AM
-
first, i was novice to speak english.. sorry.
i want to open other udp open.. but,
TNManager.StartUDP(Random.Range(10000, 50000)); random port is opend by example Scripts : ExmapleMenu..
so, i inputted static port 8080.. but, Error : just one port should be inputted.
and TNUdpLobbyClient Remote port = 8080;
but is not working. TT
...
one more, why udp port is 5128 or 5129 udp port used. ?? is this changed by me?
do you understand my Question... Sorry. but , i hope good anwser..TT c u
-
You are trying to open a UDP port on port 8080... why? UDP is used as a secondary method of communication. TCP is primary. Only things you send via SendQuickly() will use UDP. Further note that TNManager doesn't do any listening. TNServerInstance is used for that. TNManager is the client, not the server.