Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Network Health
Metrics
Library
Commits
83d7fae5
Commit
83d7fae5
authored
Aug 17, 2021
by
irl
⌨
Browse files
Update ExtraInfoDescriptorImpl.java
parent
56ec265c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/org/torproject/descriptor/impl/ExtraInfoDescriptorImpl.java
View file @
83d7fae5
...
...
@@ -1038,10 +1038,10 @@ public abstract class ExtraInfoDescriptorImpl extends DescriptorImpl
return
this
.
geoip6DbDigest
;
}
private
int
overloadRatelimitsVersion
=
-
1
;
private
int
overloadRatelimitsVersion
=
0
;
@Override
public
long
getOverloadRatelimitsVersion
()
{
public
int
getOverloadRatelimitsVersion
()
{
return
this
.
overloadRatelimitsVersion
;
}
...
...
@@ -1080,10 +1080,10 @@ public abstract class ExtraInfoDescriptorImpl extends DescriptorImpl
return
this
.
overloadRatelimitsWriteCount
;
}
private
int
overloadFdExhaustedVersion
=
-
1
;
private
int
overloadFdExhaustedVersion
=
0
;
@Override
public
long
getOverloadFdExhaustedVersion
()
{
public
int
getOverloadFdExhaustedVersion
()
{
return
this
.
overloadFdExhaustedVersion
;
}
...
...
Write
Preview
Supports
Markdown
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