X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FSocket%2FProtocols%2FINet%2FConnectedRawINetSocketHandle.hh;fp=senf%2FSocket%2FProtocols%2FINet%2FConnectedRawINetSocketHandle.hh;h=ad43e9289def9baa65101b58d887e17f0e23d173;hb=0fb5ed1adf2f67dbf47fdfed3f3c8be989cf3618;hp=25d783ea9f86930270e53829020ba68a21b850c5;hpb=8ee8742d5bcf846e0ebeb2abf994e371142b7707;p=senf.git diff --git a/senf/Socket/Protocols/INet/ConnectedRawINetSocketHandle.hh b/senf/Socket/Protocols/INet/ConnectedRawINetSocketHandle.hh index 25d783e..ad43e92 100644 --- a/senf/Socket/Protocols/INet/ConnectedRawINetSocketHandle.hh +++ b/senf/Socket/Protocols/INet/ConnectedRawINetSocketHandle.hh @@ -24,7 +24,7 @@ #define CONNECTEDHH_SENF_Socket_Protocols_INet_RawINetSocketHandle_ // Custom includes -#include "INetSocketProtocol.hh" +#include "INetAddressing.hh" #include "RawINetSocketProtocol.hh" #include #include @@ -61,10 +61,12 @@ namespace senf { \par Address Type: INet4SocketAddress - ConnectedRawV4SocketProtocol provides an internet protocol raw socket based on IPv4 addressing. - This socket will put data written to it onto the IPv4 layer: if you call writeto don't inlude the header! + ConnectedRawV4SocketProtocol provides an Internet protocol raw socket based on IPv4 addressing. + This socket will put data written to it onto the IPv4 layer: if you call writeto don't include + the header! On the other hand `read` will return the packet data including the IP header. - This behaviour is strange and differs from the behaviour of IPv6 RAW sockets and should be changed in the future. + This behaviour is strange and differs from the behaviour of IPv6 RAW sockets and should be + changed in the future. This class is utilized as the protocol class of the ProtocolClientSocketHandle via the Socket Handle typedefs above.