Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Kea
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
415
Issues
415
List
Boards
Labels
Service Desk
Milestones
Merge Requests
67
Merge Requests
67
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
ISC Open Source Projects
Kea
Commits
42e8a64f
Commit
42e8a64f
authored
Jul 17, 2014
by
Tomek Mrugalski
🛰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[3390] Typos corrected.
parent
a5ef0db8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
src/bin/dhcp4/tests/dhcp4_client.h
src/bin/dhcp4/tests/dhcp4_client.h
+5
-5
No files found.
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
es random values to the bytes of the har
ware address.
/// It assig
ns random values to the bytes of the hard
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
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