From 5fdda13f896123f4d199d4aaba33e0df30dcb478 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Mon, 12 Feb 2018 18:03:09 +0100 Subject: sgsnemu: listen param is a host, not an interface This param is parsed by gethostbyname() and it's confusing to document it as an interface, because users will then attempt to pass "lo" to it, which fails. Change-Id: Id8ef0e12ddcaf8bfd199a44de0ba4280f05d4431 --- sgsnemu/cmdline.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sgsnemu/cmdline.h') diff --git a/sgsnemu/cmdline.h b/sgsnemu/cmdline.h index 31a2085..24f772b 100644 --- a/sgsnemu/cmdline.h +++ b/sgsnemu/cmdline.h @@ -69,11 +69,11 @@ extern "C" { const char *dns_help; /**< @brief DNS Server to use help description. */ char *listen_arg; - /**< @brief Local interface. */ + /**< @brief Local host. */ char *listen_orig; - /**< @brief Local interface original value given at command line. */ + /**< @brief Local host original value given at command line. */ const char *listen_help; - /**< @brief Local interface help description. */ + /**< @brief Local host help description. */ char *remote_arg; /**< @brief Remote host. */ char *remote_orig; -- cgit v1.2.3