mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +02:00
Merge pull request #190 from birarda/pairing
fix port on pairing server
This commit is contained in:
commit
af44e42d74
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