diff options
author | Attila Molnar <attilamolnar@hush.com> | 2015-05-13 00:39:54 +0200 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2015-05-13 00:39:54 +0200 |
commit | d1f028db2be42a272b142511bc006a42bb27af8d (patch) | |
tree | 1fba64ad6bc1e31a168faf7bf0e7f3d444481fc8 /include/modules | |
parent | 0982b2a58259ec1653e2af93ec612ec98378a087 (diff) |
core_dns Make MAX_REQUEST_ID unsigned, move it to core_dns from header
Diffstat (limited to 'include/modules')
-rw-r--r-- | include/modules/dns.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/modules/dns.h b/include/modules/dns.h index cfa048184..ea443e343 100644 --- a/include/modules/dns.h +++ b/include/modules/dns.h @@ -72,12 +72,6 @@ namespace DNS const int PORT = 53; - /** - * The maximum value of a dns request id, - * 16 bits wide, 0xFFFF. - */ - const int MAX_REQUEST_ID = 0xFFFF; - class Exception : public ModuleException { public: |