Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
dhtnet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
dhtnet
Commits
ac35e66f
Commit
ac35e66f
authored
1 year ago
by
Adrien Béraud
Browse files
Options
Downloads
Patches
Plain Diff
MultiplexedSocket: getLocalAddress is always enabled
Change-Id: Id462c9a5bbd793fe8d288e4a19e9d54b90be4282
parent
9ed4dd91
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/multiplexed_socket.cpp
+2
-2
2 additions, 2 deletions
src/multiplexed_socket.cpp
with
2 additions
and
2 deletions
src/multiplexed_socket.cpp
+
2
−
2
View file @
ac35e66f
...
...
@@ -755,6 +755,8 @@ MultiplexedSocket::sendVersion()
pimpl_
->
sendVersion
();
}
#endif
IpAddr
MultiplexedSocket
::
getLocalAddress
()
const
{
...
...
@@ -767,8 +769,6 @@ MultiplexedSocket::getRemoteAddress() const
return
pimpl_
->
endpoint
->
getRemoteAddress
();
}
#endif
void
MultiplexedSocket
::
eraseChannel
(
uint16_t
channel
)
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment