summaryrefslogtreecommitdiffstats
path: root/src/bin/perfdhcp/perf_socket.h
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2019-05-24 21:30:29 +0200
committerThomas Markwalder <tmark@isc.org>2019-05-24 21:30:29 +0200
commit1ac890724b32021a286abc186aa4ad0c712d72c7 (patch)
tree8ba072d2f7a711d87c9537170406bd1765fe4ad6 /src/bin/perfdhcp/perf_socket.h
parent[#492,!252] Added ChangeLog for #492. (diff)
downloadkea-1ac890724b32021a286abc186aa4ad0c712d72c7.tar.xz
kea-1ac890724b32021a286abc186aa4ad0c712d72c7.zip
[#618,!339] Fixed doxygen errors
doc/Doxyfile Increased DOT_GRAPH_MAX_NODES to get rid of too large error on exceptions.h Fixed numerous missing parameters in several files and some oddities that were causing doxygen errors.
Diffstat (limited to 'src/bin/perfdhcp/perf_socket.h')
-rw-r--r--src/bin/perfdhcp/perf_socket.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/perfdhcp/perf_socket.h b/src/bin/perfdhcp/perf_socket.h
index bdb18ee7bb..56a8551a27 100644
--- a/src/bin/perfdhcp/perf_socket.h
+++ b/src/bin/perfdhcp/perf_socket.h
@@ -78,14 +78,14 @@ public:
/// \brief Receive DHCPv4 packet from interface.
///
/// \param timeout_sec number of seconds for waiting for a packet,
- /// \param timeout_sec number of microseconds for waiting for a packet,
+ /// \param timeout_usec number of microseconds for waiting for a packet,
/// \return received packet or nullptr if timed out
virtual dhcp::Pkt4Ptr receive4(uint32_t timeout_sec, uint32_t timeout_usec) override;
/// \brief Receive DHCPv6 packet from interface.
///
/// \param timeout_sec number of seconds for waiting for a packet,
- /// \param timeout_sec number of microseconds for waiting for a packet,
+ /// \param timeout_usec number of microseconds for waiting for a packet,
/// \return received packet or nullptr if timed out
virtual dhcp::Pkt6Ptr receive6(uint32_t timeout_sec, uint32_t timeout_usec) override;