X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Socket%2FLLAddressing.cci;h=228b474b7b9af12df421c486dee05745ada30646;hb=70256cc93f59f5d2c9b3428775a181e5e225bfc5;hp=f7dfdf997bc45135874857175580e80dd574775d;hpb=ac6a813d9d99f7add4e13aff7a4bcd314d5604a6;p=senf.git diff --git a/Socket/LLAddressing.cci b/Socket/LLAddressing.cci index f7dfdf9..228b474 100644 --- a/Socket/LLAddressing.cci +++ b/Socket/LLAddressing.cci @@ -62,16 +62,16 @@ prefix_ unsigned senf::LLSocketAddress::protocol() prefix_ unsigned senf::LLSocketAddress::arptype() const { - // TODO: Check, wether this is returned in network or host byte - // order + /** \todo make sure, that the value really is in network byte + order */ return ntohs(addr_.sll_hatype); } prefix_ unsigned senf::LLSocketAddress::pkttype() const { - // TODO: Check, wether this is returned in network or host byte - // order + /** \todo make sure, that the value really is in network byte + order */ return ntohs(addr_.sll_pkttype); }