mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-12 18:20:26 +01:00
Update DatagramSocket.h
Wording
This commit is contained in:
parent
7d0d04ea45
commit
7a8051f37d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user