Socket: Update Protocols.dia diagram
[senf.git] / Socket / Protocols / INet / INet6Address.hh
index 1ab1f9b..68aaeae 100644 (file)
@@ -108,7 +108,7 @@ namespace senf {
         \code
         INet6Address ina = ...;
         Packet::iterator i = ...;
-        std::copy(ina.begin(), ina.end(), i);
+        std::copy(ina.begin(), ina.end(), i); // Copies 16 bytes
         \endcode
 
         \see CheckINet6Network \n INet6Network