Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
briar
briar
Commits
9a638c80
Commit
9a638c80
authored
Apr 06, 2017
by
goapunk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Store only 4 ip addresses because 5 exceed the maximum length.
Signed-off-by:
goapunk
<
noobie@goapunks.net
>
parent
ba353b9f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
bramble-core/src/main/java/org/briarproject/bramble/plugin/tcp/LanTcpPlugin.java
...ava/org/briarproject/bramble/plugin/tcp/LanTcpPlugin.java
+1
-1
No files found.
bramble-core/src/main/java/org/briarproject/bramble/plugin/tcp/LanTcpPlugin.java
View file @
9a638c80
...
...
@@ -44,7 +44,7 @@ class LanTcpPlugin extends TcpPlugin {
private
static
final
Logger
LOG
=
Logger
.
getLogger
(
LanTcpPlugin
.
class
.
getName
());
private
static
final
int
MAX_ADDRESSES
=
5
;
private
static
final
int
MAX_ADDRESSES
=
4
;
private
static
final
String
PROP_IP_PORTS
=
"ipPorts"
;
private
static
final
String
SEPARATOR
=
","
;
...
...
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