Browse Source

doxygen line

Jelte Jansen 14 years ago
parent
commit
caf6ca1dc4
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/lib/dns/message.h

+ 2 - 0
src/lib/dns/message.h

@@ -511,6 +511,8 @@ public:
     ///
     /// With EDNS the maximum size can be increased per message.
     static const uint16_t DEFAULT_MAX_UDPSIZE = 512;
+
+    /// \brief The default maximum size of UDP DNS messages we can handle
     static const uint16_t DEFAULT_MAX_EDNS0_UDPSIZE = 4096;
     //@}