diff options
author | Andrzej J.R. Hunt <andrzej@ahunt.org> | 2013-08-18 20:15:47 +0100 |
---|---|---|
committer | Andrzej J.R. Hunt <andrzej@ahunt.org> | 2013-08-18 20:15:47 +0100 |
commit | 2fac457566eb6fd33d05c3c8d27050b773db6fd2 (patch) | |
tree | bd105791e1265eedb5d8fd339387e365f507a672 /sd | |
parent | 058a3d1c46449dd5159bae30c83db4c2c5c335b4 (diff) |
Correct comment on sdremote discovery service port.
Change-Id: I36d154efb59a6e13da84c004bca8fafe24161088
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/remotecontrol/ZeroconfService.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/remotecontrol/ZeroconfService.hxx b/sd/source/ui/remotecontrol/ZeroconfService.hxx index 246efced5683..aec8e6e964e5 100644 --- a/sd/source/ui/remotecontrol/ZeroconfService.hxx +++ b/sd/source/ui/remotecontrol/ZeroconfService.hxx @@ -14,7 +14,7 @@ #include <stdlib.h> /** -* The port for use for the main communication between LibO and remote control app. +* The port used by LO's custom remote server discovery protocol. */ #define PORT_DISCOVERY 1598 #define BUFFER_SIZE 200 |