mirror of https://github.com/ARMmbed/mbed-os.git
parent
563d742872
commit
aa53ee6204
|
@ -204,7 +204,7 @@ public:
|
|||
* MSG_MULTICAST_FLAG = 0x04
|
||||
* MSG_PROPRIETARY_FLAG = 0x08
|
||||
*
|
||||
* All flags are mutually exclusive and MSG_MULTICAST_FLAG
|
||||
* All flags are mutually exclusive, and MSG_MULTICAST_FLAG
|
||||
* cannot be set.
|
||||
*
|
||||
* @return The number of bytes sent, or
|
||||
|
@ -235,7 +235,7 @@ public:
|
|||
* MSG_PROPRIETARY_FLAG = 0x08
|
||||
*
|
||||
* All flags can be used in conjunction with
|
||||
* each other depending on the intended use case or reception
|
||||
* one another depending on the intended use case or reception
|
||||
* expectation.
|
||||
*
|
||||
* e.g., MSG_CONFIRMED_FLAG and MSG_UNCONFIRMED_FLAG are
|
||||
|
|
Loading…
Reference in New Issue