X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FServerSocketHandle.hh;h=bb97b2dc07dea85ae5da76309d0074aa7ad672bb;hb=81ffa1c459b96dd44472bcef37e1e373934ee138;hp=879416b6b87a84a68065243c5b656d5ce72c5ea3;hpb=145f6a7d0f3a6aaa77b3625351c952d24cb0b8a1;p=senf.git diff --git a/Socket/ServerSocketHandle.hh b/Socket/ServerSocketHandle.hh index 879416b..bb97b2d 100644 --- a/Socket/ServerSocketHandle.hh +++ b/Socket/ServerSocketHandle.hh @@ -125,7 +125,7 @@ namespace senf { For addressable protocols (AddressingPolicy is not NoAddressingPolicy), bind() will set the local address of the socket. - \param[in] addr Local socket address to asign + \param[in] addr Local socket address to assign \throws senf::SystemException */ @@ -170,6 +170,8 @@ namespace senf { This variant ... \returns handle of new client connection + + \fixme Make this accept()-variant work with unspecified addressing policy */ ClientSocketHandle accept ();