Trivial update to some comments
This commit is contained in:
parent
3a2d0a06f4
commit
9812f6f932
|
@ -342,8 +342,8 @@ static inline bool psock_send_addrchck(FAR struct tcp_conn_s *conn)
|
|||
else
|
||||
#endif
|
||||
{
|
||||
/* For historical reasons, we will return true if both the ARP and the
|
||||
* routing table are disabled.
|
||||
/* For historical reasons, we will return true if both the ICMPv6
|
||||
* neighbor support and the routing table are disabled.
|
||||
*/
|
||||
|
||||
bool ret = true;
|
||||
|
|
|
@ -292,8 +292,8 @@ static inline bool psock_send_addrchck(FAR struct tcp_conn_s *conn)
|
|||
else
|
||||
#endif
|
||||
{
|
||||
/* For historical reasons, we will return true if both the ARP and the
|
||||
* routing table are disabled.
|
||||
/* For historical reasons, we will return true if both the ICMPv6
|
||||
* neighbor support and the routing table are disabled.
|
||||
*/
|
||||
|
||||
bool ret = true;
|
||||
|
|
Loading…
Reference in New Issue