mirror of
https://github.com/overte-org/overte.git
synced 2025-04-16 13:56:24 +02:00
change the pairing server listen port to 7247
This commit is contained in:
parent
d0444ee5b7
commit
597c8336bd
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
#include <UDPSocket.h>
|
||||
#include <arpa/inet.h>
|
||||
|
||||
const int PAIRING_SERVER_LISTEN_PORT = 52934;
|
||||
const int PAIRING_SERVER_LISTEN_PORT = 7247;
|
||||
const int MAX_PACKET_SIZE_BYTES = 1400;
|
||||
|
||||
struct PairableDevice {
|
||||
|
|
Loading…
Reference in a new issue