Author Topic: i want to open other udp port.....  (Read 1934 times)

episodejsh

  • Guest
i want to open other udp port.....
« 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

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: i want to open other udp port.....
« Reply #1 on: April 18, 2013, 04:36:37 PM »
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.