pull/8541/head
Mel W 2018-10-26 17:32:47 +03:00 committed by GitHub
parent ae75dfcf92
commit 2bab24ffc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -93,14 +93,14 @@ public:
/** Get the local network mask.
*
* @return Null-terminated representation of the local network mask
* @return Null-terminated representation of the local network mask,
* or null if no network mask has been received.
*/
virtual const char *get_netmask() = 0;
/** Get the local gateways.
*
* @return Null-terminated representation of the local gateway
* @return Null-terminated representation of the local gateway,
* or null if no network mask has been received.
*/
virtual const char *get_gateway() = 0;