From d208e07570e454ba421a3d7d5fcba393564a7b64 Mon Sep 17 00:00:00 2001 From: Wouter Verhelst Date: Tue, 3 Aug 2010 23:26:07 -0400 Subject: [PATCH] Use IANA-assigned port number: 10809 --- cliserv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 1.7.10.4