net: fix note about source address in net_context
Removes extraneous word in note on net_context struct describing why the source address is not stored directly in struct. Signed-off-by: Daniel Mangum <georgedanielmangum@gmail.com>
This commit is contained in:
parent
a131e85a94
commit
52540d8412
|
@ -200,7 +200,7 @@ struct net_conn_handle;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Note that we do not store the actual source IP address in the context
|
* Note that we do not store the actual source IP address in the context
|
||||||
* because the address is already be set in the network interface struct.
|
* because the address is already set in the network interface struct.
|
||||||
* If there is no such source address there, the packet cannot be sent
|
* If there is no such source address there, the packet cannot be sent
|
||||||
* anyway. This saves 12 bytes / context in IPv6.
|
* anyway. This saves 12 bytes / context in IPv6.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue