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
|
else
|
||||||
#endif
|
#endif
|
||||||
{
|
{
|
||||||
/* For historical reasons, we will return true if both the ARP and the
|
/* For historical reasons, we will return true if both the ICMPv6
|
||||||
* routing table are disabled.
|
* neighbor support and the routing table are disabled.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
bool ret = true;
|
bool ret = true;
|
||||||
|
|
|
@ -292,8 +292,8 @@ static inline bool psock_send_addrchck(FAR struct tcp_conn_s *conn)
|
||||||
else
|
else
|
||||||
#endif
|
#endif
|
||||||
{
|
{
|
||||||
/* For historical reasons, we will return true if both the ARP and the
|
/* For historical reasons, we will return true if both the ICMPv6
|
||||||
* routing table are disabled.
|
* neighbor support and the routing table are disabled.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
bool ret = true;
|
bool ret = true;
|
||||||
|
|
Loading…
Reference in New Issue