diff --git a/Net/include/Poco/Net/DatagramSocket.h b/Net/include/Poco/Net/DatagramSocket.h index a4b8c9a62..2f3ebda8d 100644 --- a/Net/include/Poco/Net/DatagramSocket.h +++ b/Net/include/Poco/Net/DatagramSocket.h @@ -80,7 +80,7 @@ public: /// If reuseAddress is true, sets the SO_REUSEADDR /// socket option. /// - /// Calls to bind must come before calls to connect if used on the same socket. + /// Calls to connect cannot come before callst to bind. int sendBytes(const void* buffer, int length, int flags = 0); /// Sends the contents of the given buffer through