Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
opendht
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
opendht
Commits
8512c011
Commit
8512c011
authored
10 years ago
by
Adrien Béraud
Browse files
Options
Downloads
Patches
Plain Diff
dht: update doc
parent
d03f09f8
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/opendht/dht.h
+3
-3
3 additions, 3 deletions
include/opendht/dht.h
with
3 additions
and
3 deletions
include/opendht/dht.h
+
3
−
3
View file @
8512c011
...
@@ -260,9 +260,9 @@ private:
...
@@ -260,9 +260,9 @@ private:
InfoHash
id
{};
InfoHash
id
{};
sockaddr_storage
ss
;
sockaddr_storage
ss
;
socklen_t
sslen
{
0
};
socklen_t
sslen
{
0
};
time_point
time
{};
/*
time of last message received
*/
time_point
time
{};
/*
last time eared about
*/
time_point
reply_time
{};
/* time of last correct reply received */
time_point
reply_time
{};
/* time of last correct reply received */
time_point
pinged_time
{};
/* time of last
reques
t */
time_point
pinged_time
{};
/* time of last
message sen
t */
unsigned
pinged
{
0
};
/* how many requests we sent since last reply */
unsigned
pinged
{
0
};
/* how many requests we sent since last reply */
Node
()
:
ss
()
{
Node
()
:
ss
()
{
...
...
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