Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Simonstrator
PeerfactSim.KOM
Commits
a6e4aa76
Commit
a6e4aa76
authored
Sep 24, 2017
by
Tobias Meuser
Committed by
Jose Ignacio Monreal Bailey
Aug 20, 2019
Browse files
Minor adjustment for TTL based replacement, default to false
parent
4f383dda
Changes
2
Show whitespace changes
Inline
Side-by-side
src/de/tud/kom/p2psim/impl/vehicular/caching/replacement/
Default
CacheReplacementStrategy.java
→
src/de/tud/kom/p2psim/impl/vehicular/caching/replacement/
No
CacheReplacementStrategy.java
View file @
a6e4aa76
File moved
src/de/tud/kom/p2psim/impl/vehicular/caching/replacement/TTLbasedCacheReplacementStrategy.java
View file @
a6e4aa76
...
@@ -82,7 +82,7 @@ public class TTLbasedCacheReplacementStrategy implements CacheReplacementStrateg
...
@@ -82,7 +82,7 @@ public class TTLbasedCacheReplacementStrategy implements CacheReplacementStrateg
}
}
}
}
return
tru
e
;
return
fals
e
;
}
}
public
void
keepDetectionTimes
(
PointInformation
information
)
{
public
void
keepDetectionTimes
(
PointInformation
information
)
{
...
...
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