Welcome,
Guest
. Please
login
or
register
.
December 12, 2024, 12:15:45 AM
Home
Help
Search
Login
Register
Tasharen Entertainment Forum
»
Support
»
TNet 3 Support
»
Difference between TCPLobby and UDPLobby?
« previous
next »
Print
Pages: [
1
]
Author
Topic: Difference between TCPLobby and UDPLobby? (Read 2227 times)
Rexima
Jr. Member
Thank You
-Given: 7
-Receive: 2
Posts: 78
Difference between TCPLobby and UDPLobby?
«
on:
January 28, 2014, 07:30:33 AM »
What is the difference between TCPLobby TCP GameServer and UDPLobby UDP GameServer?
Logged
ArenMook
Administrator
Hero Member
Thank You
-Given: 337
-Receive: 1171
Posts: 22,128
Toronto, Canada
Re: Difference between TCPLobby and UDPLobby?
«
Reply #1 on:
January 28, 2014, 11:39:45 AM »
There is no UDP game server. UDP lobby uses UDP, TCP lobby uses TCP. TCP lobby requires a constant connection, UDP lobby does not, but requires periodic updates.
Logged
Rexima
Jr. Member
Thank You
-Given: 7
-Receive: 2
Posts: 78
Re: Difference between TCPLobby and UDPLobby?
«
Reply #2 on:
January 28, 2014, 11:41:16 AM »
Ok, so this means, if i want to create a standalone gameserver, i need to create a TCPLobby and a TCP Gameserver, right?
Another Question: How many Channels can a Gameserver handle?
Logged
ArenMook
Administrator
Hero Member
Thank You
-Given: 337
-Receive: 1171
Posts: 22,128
Toronto, Canada
Re: Difference between TCPLobby and UDPLobby?
«
Reply #3 on:
January 29, 2014, 10:47:25 AM »
The lobby is optional. Lobby link is required if you want to register with a remote lobby server. So if you have user-created servers that register with some central location, this is done by using a lobby server.
The only limit is your hardware. Can be thousands.
Logged
Print
Pages: [
1
]
« previous
next »
Tasharen Entertainment Forum
»
Support
»
TNet 3 Support
»
Difference between TCPLobby and UDPLobby?