From: Wouter Verhelst Date: Wed, 4 Aug 2010 03:26:07 +0000 (-0400) Subject: Use IANA-assigned port number: 10809 X-Git-Url: http://git.alex.org.uk Use IANA-assigned port number: 10809 --- diff --git a/cliserv.h b/cliserv.h index 67bac4b..61eaa6c 100644 --- a/cliserv.h +++ b/cliserv.h @@ -137,7 +137,7 @@ u64 ntohll(u64 a) { #define NBD_FLAG_HAS_FLAGS (1 << 0) /* Flags are there */ #define NBD_FLAG_READ_ONLY (1 << 1) /* Device is read-only */ -#define NBD_DEFAULT_PORT "12345" /* Port on which named exports are +#define NBD_DEFAULT_PORT "10809" /* Port on which named exports are * served */ /* Options that the client can select to the server */