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
42e8a64f
Commit
42e8a64f
authored
Jul 17, 2014
by
Tomek Mrugalski
🛰
Browse files
[3390] Typos corrected.
parent
a5ef0db8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/dhcp4/tests/dhcp4_client.h
View file @
42e8a64f
...
...
@@ -30,13 +30,13 @@ namespace test {
/// @brief DHCPv4 client used for unit testing.
///
/// This class implements a DHCPv4 "client" which interoperates with the
/// @c NakedDhcpv4Srv class. It calls @c NakedDhcpv4Srv::fakeRecive to
/// @c NakedDhcpv4Srv class. It calls @c NakedDhcpv4Srv::fakeRec
e
ive to
/// deliver client messages to the server for processing. The server places
/// the response in the @c NakedDhcpv4Srv::fake_sent_ container. The client
/// pops messages from this container which simulates reception of the
/// response from the server.
///
/// The client maintains the leases it acquired from the server
/// The client maintains the leases it acquired from the server
.
///
/// The client exposes a set of functions which simulate different exchange
/// types between the client and the server. It also provides the access to
...
...
@@ -109,10 +109,10 @@ public:
/// @brief Generates a hardware address used by the client.
///
/// It assig
e
s random values to the bytes of the harware address.
/// It assig
n
s random values to the bytes of the har
d
ware address.
///
/// @param htype hardware address type. Currently the only type
/// supported is
e
thernet hardware address.
/// supported is
E
thernet hardware address.
///
/// @return Pointer to the generated hardware address.
HWAddrPtr
generateHWAddr
(
const
uint8_t
htype
=
HTYPE_ETHER
)
const
;
...
...
@@ -241,7 +241,7 @@ private:
/// @biref Current transaction id (altered on each send).
uint32_t
curr_transid_
;
/// @brief Currently use destination address.
/// @brief Currently use
d
destination address.
asiolink
::
IOAddress
dest_addr_
;
/// @brief Current hardware address of the client.
...
...
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