mirror of
https://github.com/apache/nuttx.git
synced 2026-09-10 19:06:35 +00:00
net/udp: Trivial correct in comments due to copy-paste.
This commit is contained in:
parent
8befa072a5
commit
4e8e726ca3
1 changed files with 2 additions and 2 deletions
|
|
@ -346,8 +346,8 @@ static inline FAR struct udp_conn_s *
|
|||
|
||||
if ((conn->rport == 0 || udp->srcport == conn->rport) &&
|
||||
|
||||
/* If (1) not connected to a remote address, or (2) a all-
|
||||
* nodes multicast destipaddr was received, or (3) there is an
|
||||
/* If (1) not connected to a remote address, or (2) a
|
||||
* broadcast destipaddr was received, or (3) there is an
|
||||
* exact match between the srcipaddr and the bound remote IP
|
||||
* address, then accept the packet.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue