X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FSocket%2FProtocols%2FINet%2FConnectedRawINetSocketHandle.hh;h=25d783ea9f86930270e53829020ba68a21b850c5;hb=47d8fe245087b57098115b66094872cfffb8cbed;hp=0f63559c57a267f37cd3cd6a32f6aace69979f89;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/Socket/Protocols/INet/ConnectedRawINetSocketHandle.hh b/senf/Socket/Protocols/INet/ConnectedRawINetSocketHandle.hh index 0f63559..25d783e 100644 --- a/senf/Socket/Protocols/INet/ConnectedRawINetSocketHandle.hh +++ b/senf/Socket/Protocols/INet/ConnectedRawINetSocketHandle.hh @@ -26,12 +26,12 @@ // Custom includes #include "INetSocketProtocol.hh" #include "RawINetSocketProtocol.hh" -#include "../../../Socket/Protocols/BSDSocketProtocol.hh" -#include "../../../Socket/Protocols/DatagramSocketProtocol.hh" -#include "../../../Socket/FramingPolicy.hh" -#include "../../../Socket/CommunicationPolicy.hh" -#include "../../../Socket/ReadWritePolicy.hh" -#include "../../../Socket/ProtocolClientSocketHandle.hh" +#include +#include +#include +#include +#include +#include ///////////////////////////////hh.p//////////////////////////////////////// @@ -69,6 +69,10 @@ namespace senf { This class is utilized as the protocol class of the ProtocolClientSocketHandle via the Socket Handle typedefs above. + \attention + If socket handle with ConnectedRawV4SocketProtocol is connected via INet4SocketAddress, the port number + is interpreted as protocol number for IPv4 layer. Please refer manpage: "man 7 raw". + \see ConnectedRawV6SocketProtocol \see RawV4SocketProtocol \see RawV6SocketProtocol @@ -137,6 +141,10 @@ namespace senf { This class is utilized as the protocol class of the ProtocolClientSocketHandle via the Socket Handle typedefs above. + \attention + If socket handle with ConnectedRawV6SocketProtocol is connected via INet6SocketAddress, the port number + is interpreted as protocol number for IPv6 layer. Please refer manpage: "man 7 ipv6". + \see ConnectedRawV4SocketProtocol \see RawV4SocketProtocol \see RawV6SocketProtocol