mirror of
https://github.com/apache/nuttx.git
synced 2026-05-18 08:54:05 +08:00
Trivial update to some comments
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user