From: Changcheng Liu Date: Thu, 24 Sep 2020 01:25:38 +0000 (+0800) Subject: msgr: remove the macro not referenced anywhere X-Git-Tag: v17.0.0~1014^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=4c338fa9f1bcc3a9dfb4765d8d9ac8b9d5a58028;p=ceph.git msgr: remove the macro not referenced anywhere The default port range should be between: [ms_bind_port_min, ms_bind_port_max] Signed-off-by: Changcheng Liu --- diff --git a/src/include/msgr.h b/src/include/msgr.h index f7b2a07816ba4..eedb95dd04feb 100644 --- a/src/include/msgr.h +++ b/src/include/msgr.h @@ -22,13 +22,6 @@ #define CEPH_MON_PORT_LEGACY 6789 /* legacy default monitor port */ #define CEPH_MON_PORT_IANA 3300 /* IANA monitor port */ -/* - * client-side processes will try to bind to ports in this - * range, simply for the benefit of tools like nmap or wireshark - * that would like to identify the protocol. - */ -#define CEPH_PORT_FIRST 6789 - /* * tcp connection banner. include a protocol version. and adjust * whenever the wire protocol changes. try to keep this string length