Update DatagramSocket.h

Wording
This commit is contained in:
Alvin M. 2014-11-06 10:17:42 -05:00
parent 7d0d04ea45
commit 7a8051f37d

View File

@ -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