|
|
|
|
|
by kevindqc
3083 days ago
|
|
Are you sure? I would be extremely surprised if it wouldn't use UDP. For things like getting stats, probably from a HTTP endpoint, sure, but for gameplay? The lag would be very bad, no? Lose a packet and everything is slowed down I see this, which indicates it uses UDP:
https://imgur.com/al6KTwT and according to wireshark it's used heavily when in a game, so I assume that's the gameplay protocol. Also when I left my game (but stayed in the lobby), immediately the port 61879 stopped listening. I'm not sure about UE4, but previous versions of the unreal engine used UDP for replication and RPC. |
|
I worked on a huge open world third-person shooter always-online AAA game and it uses TCP for everything.