From 597c8336bdfa1824857b8b6c5d0085b05e4d94b0 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Fri, 3 May 2013 12:34:29 -0700 Subject: [PATCH] change the pairing server listen port to 7247 --- pairing-server/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pairing-server/src/main.cpp b/pairing-server/src/main.cpp index 2b2e416e66..a17f425443 100644 --- a/pairing-server/src/main.cpp +++ b/pairing-server/src/main.cpp @@ -12,7 +12,7 @@ #include #include -const int PAIRING_SERVER_LISTEN_PORT = 52934; +const int PAIRING_SERVER_LISTEN_PORT = 7247; const int MAX_PACKET_SIZE_BYTES = 1400; struct PairableDevice {