OpenTTD Source
20241108-master-g80f628063a
|
STUN sending/receiving part of the network protocol. More...
#include "../stdafx.h"
#include "../debug.h"
#include "network.h"
#include "network_coordinator.h"
#include "network_stun.h"
#include "../safeguards.h"
Go to the source code of this file.
Data Structures | |
class | NetworkStunConnecter |
Connect to the STUN server. More... | |
STUN sending/receiving part of the network protocol.
Definition in file network_stun.cpp.