Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
35127ff7
Commit
35127ff7
authored
Jan 13, 2015
by
Marcin Siodelski
Browse files
[3668] Minor correction in the comments in the DHCPv4 and DHCPv6 servers.
parent
aaababbd
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/bin/dhcp4/dhcp4_srv.cc
View file @
35127ff7
...
...
@@ -161,7 +161,7 @@ Dhcpv4Srv::run() {
/// Probing for the packets at this pace should not cause a
/// significant rise of the CPU usage. However, in the future we
/// should adjust the select timeout to the value reported by the
/// lease database backend as a m
inimal
poll interval.
/// lease database backend as a m
aximum
poll interval.
//cppcheck-suppress variableScope This is temporary anyway
const
int
timeout
=
1
;
...
...
src/bin/dhcp6/dhcp6_srv.cc
View file @
35127ff7
...
...
@@ -241,7 +241,7 @@ bool Dhcpv6Srv::run() {
/// Probing for the packets at this pace should not cause a
/// significant rise of the CPU usage. However, in the future we
/// should adjust the select timeout to the value reported by the
/// lease database backend as a m
inimal
poll interval.
/// lease database backend as a m
aximum
poll interval.
//cppcheck-suppress variableScope This is temporary anyway
const
int
timeout
=
1
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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