diff options
-rw-r--r-- | packages/netio.xml | 4 | ||||
-rw-r--r-- | packages/netioserver.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/packages/netio.xml b/packages/netio.xml index 259f633d..baf6cc2a 100644 --- a/packages/netio.xml +++ b/packages/netio.xml @@ -28,13 +28,13 @@ <field> <fielddescr>Server</fielddescr> <fieldname>hostname</fieldname> - <description>Enter the IP address or hostname that iperf will connect to.</description> + <description>Enter the IP address or hostname that netio will connect to.</description> <type>input</type> </field> <field> <fielddescr>Port</fielddescr> <fieldname>port</fieldname> - <description>Enter the port that iperf will connect to. (default 5001)</description> + <description>Enter the port that netio will connect to. (default 18767)</description> <type>input</type> </field> </fields> diff --git a/packages/netioserver.xml b/packages/netioserver.xml index 24716bdb..47fdec5f 100644 --- a/packages/netioserver.xml +++ b/packages/netioserver.xml @@ -24,7 +24,7 @@ <field> <fielddescr>Port</fielddescr> <fieldname>port</fieldname> - <description>Enter the port that iperf will connect to. (default 5001)</description> + <description>Enter the port that netio will bind to. (default 18767)</description> <type>input</type> </field> </fields> |