[DiscordArchive] I know servers are using tcp sockets ie TRINITYCORE_SOCKET_H, but is it also using UDP for component
[DiscordArchive] I know servers are using tcp sockets ie TRINITYCORE_SOCKET_H, but is it also using UDP for component
Archived author: denners • Posted: 2025-11-03T00:16:29.085000+00:00
Original source
I know servers are using tcp sockets ie TRINITYCORE_SOCKET_H, but is it also using UDP for components with fast requirements e.g combat and movement?
Archived author: Fabian • Posted: 2025-11-03T00:21:51.969000+00:00
Original source
No, all tcp due to the game using tcp. That being said, you do not really need udp for such things. tcp works very well there too