X-Git-Url: http://git.meshlink.io/?p=meshlink;a=blobdiff_plain;f=src%2Fmeshlink.h;h=2763ad8d214ff2d52d2ec3b0ec373c8a0cb12a07;hp=ffcf954753bbb871d878bfcf8efd99708e6ab55c;hb=5f2e8877486869471041b0eca1aaed841c41a1a9;hpb=976c4e1591e60ba89e7dcc32b4a8106e7d4156e5 diff --git a/src/meshlink.h b/src/meshlink.h index ffcf9547..2763ad8d 100644 --- a/src/meshlink.h +++ b/src/meshlink.h @@ -1139,7 +1139,7 @@ extern bool meshlink_whitelist(struct meshlink_handle *mesh, struct meshlink_nod * * \memberof meshlink_node * @param mesh A handle which represents an instance of MeshLink. - * @param node A pointer to a struct meshlink_node describing the node to be whitelisted. + * @param name The name of the node to whitelist. * * @return This function returns true if the node has been whitelisted, false otherwise. */ @@ -1524,7 +1524,7 @@ extern size_t meshlink_channel_get_mss(struct meshlink_handle *mesh, struct mesh * * \memberof meshlink_node * @param mesh A handle which represents an instance of MeshLink. - * @param channel A handle for the channel. + * @param node A pointer to a struct meshlink_node describing the node to set the channel connection timeout for. * @param timeout The timeout in seconds after which unresponsive channels will be reported as closed. * The default is 60 seconds. */