Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
f9cbe6fb
Commit
f9cbe6fb
authored
Dec 02, 2011
by
Jelte Jansen
Browse files
[master] that needs to be ull
parent
18128a99
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/dns/serial.h
View file @
f9cbe6fb
...
...
@@ -27,7 +27,7 @@ namespace dns {
const
uint32_t
MAX_SERIAL_INCREMENT
=
2147483647
;
/// Maximum value a serial can have, used in + operator.
const
uint64_t
MAX_SERIAL_VALUE
=
4294967296u
;
const
uint64_t
MAX_SERIAL_VALUE
=
4294967296u
ll
;
/// \brief This class defines DNS serial numbers and serial arithmetic.
///
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment