X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FSocket%2FProtocols%2FINet%2FConnectedRawINetSocketHandle.hh;h=c81a15eaf895fa263a70cfb05afa1eab91e3af57;hb=874b9d37b59223d9b0dce3bddafa130045419750;hp=e1fadbc9f498578eb2e85f060be06808c53164ca;hpb=b98db834b584f9d9c85c16b4a818c7f9f326b9c7;p=senf.git diff --git a/senf/Socket/Protocols/INet/ConnectedRawINetSocketHandle.hh b/senf/Socket/Protocols/INet/ConnectedRawINetSocketHandle.hh index e1fadbc..c81a15e 100644 --- a/senf/Socket/Protocols/INet/ConnectedRawINetSocketHandle.hh +++ b/senf/Socket/Protocols/INet/ConnectedRawINetSocketHandle.hh @@ -141,7 +141,7 @@ namespace senf { ConnectedRawV6SocketProtocol provides an internet protocol raw socket based on IPv6 addressing which is connected to certain peer. This socket will put data written to it onto - the IPv6 layer: if you call writeto don't inlude the header! On the other hand `read` will + the IPv6 layer: if you call writeto don't include the header! On the other hand `read` will return the packet data on top of the IPv6 layer, excluding the IP header. Note: This behaviour is differs from the behaviour of IPv4 RAW sockets.