change the pairing server listen port to 7247

This commit is contained in:
Stephen Birarda 2013-05-03 12:34:29 -07:00
parent d0444ee5b7
commit 597c8336bd

View file

@ -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 {