From d1f028db2be42a272b142511bc006a42bb27af8d Mon Sep 17 00:00:00 2001 From: Attila Molnar Date: Wed, 13 May 2015 00:39:54 +0200 Subject: core_dns Make MAX_REQUEST_ID unsigned, move it to core_dns from header --- include/modules/dns.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'include') 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: -- cgit v1.2.3