From: Nikos Mavrogiannopoulos Date: Fri, 7 Nov 2014 18:18:22 +0000 (+0100) Subject: doc: use the same port for DTLS client and server X-Git-Tag: gnutls_3_4_0~659 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=07bcbca78869ad77b349d73947cdff3ffc41281f;p=thirdparty%2Fgnutls.git doc: use the same port for DTLS client and server --- diff --git a/doc/examples/ex-serv-dtls.c b/doc/examples/ex-serv-dtls.c index 7e35bbca32..ad51fd96ae 100644 --- a/doc/examples/ex-serv-dtls.c +++ b/doc/examples/ex-serv-dtls.c @@ -28,7 +28,7 @@ */ #define MAX_BUFFER 1024 -#define PORT 5556 +#define PORT 5557 typedef struct { gnutls_session_t session;