X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FIpChecksum.hh;fp=senf%2FUtils%2FIpChecksum.hh;h=96d490233d4205d6fd978a0e078df459b896cb5e;hb=9cb871b939efe93e35dd96808d25089399acfc46;hp=a8ea1ff2129efb7b599e55acc23d27f58fd530c1;hpb=3a43b572a2c0028b353d47e86fa7546633d6e2cf;p=senf.git diff --git a/senf/Utils/IpChecksum.hh b/senf/Utils/IpChecksum.hh index a8ea1ff..96d4902 100644 --- a/senf/Utils/IpChecksum.hh +++ b/senf/Utils/IpChecksum.hh @@ -33,7 +33,7 @@ ///////////////////////////////hh.p//////////////////////////////////////// namespace senf { - + /** \brief Calculate TCP/IP 16bit checksum value This class allows calculation of the 16bit checksum value as defined in the TCP/IP v4 @@ -68,7 +68,7 @@ namespace senf { ///< Feed range of bytes boost::uint16_t sum() const; ///< Calculate checksum - + protected: private: @@ -76,7 +76,7 @@ namespace senf { bool odd_; }; - + } ///////////////////////////////hh.e////////////////////////////////////////