X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FProtocols%2FINet%2FUDPSocketHandle.hh;h=46a7cb34c0724ce4f8c7f8759be24b62044f67bc;hb=739eecfbeffc911e700660864ff1d7f05c6283d0;hp=d081c3923a650dbf197d043afdb78121f4283979;hpb=271789888cd1ae6361607616f9f4e6e460e192c4;p=senf.git diff --git a/Socket/Protocols/INet/UDPSocketHandle.hh b/Socket/Protocols/INet/UDPSocketHandle.hh index d081c39..46a7cb3 100644 --- a/Socket/Protocols/INet/UDPSocketHandle.hh +++ b/Socket/Protocols/INet/UDPSocketHandle.hh @@ -98,11 +98,10 @@ namespace senf { ProtocolClientSocketHandle::ProtocolClientSocketHandle() constructor */ void init_client(INet4SocketAddress const & address) const; - ///< Create client socket and connect - /**< Creates a new client socket and connects to the given + ///< Create client socket and bind + /**< Creates a new client socket and bind to the given address. - - \param[in] address remote address to connect to */ + \param[in] local address to bind to */ /**< \note This member is implicitly called from the ProtocolClientSocketHandle::ProtocolClientSocketHandle() constructor */ @@ -164,10 +163,9 @@ namespace senf { constructor */ void init_client(INet6SocketAddress const & address) const; ///< Create client socket and connect - /**< Creates a new client socket and connects to the given + /**< Creates a new client socket and bind to the given address. - - \param[in] address remote address to connect to */ + \param[in] local address to bind to */ /**< \note This member is implicitly called from the ProtocolClientSocketHandle::ProtocolClientSocketHandle() constructor */