[
http://jira.jboss.com/jira/browse/JGRP-606?page=all ]
Vladimir Blagojevic resolved JGRP-606.
--------------------------------------
Resolution: Done
Fixed. Head (2.7)
Revision Changes Path
1.48 +2 -2 JGroups/src/org/jgroups/protocols/TCP.java
1.23 +9 -16 JGroups/src/org/jgroups/protocols/BasicTCP.java
1.20 +2 -2 JGroups/src/org/jgroups/protocols/TCP_NIO.java
Use same properties for start_port/bind_port and end_port/port_range
--------------------------------------------------------------------
Key: JGRP-606
URL:
http://jira.jboss.com/jira/browse/JGRP-606
Project: JGroups
Issue Type: Task
Reporter: Bela Ban
Assigned To: Vladimir Blagojevic
Priority: Minor
Fix For: 2.7
In UDP, we use bind_port and port_range to define a range of valid ports.
In TCP, we use start_port and end_port
We should use
- bind_port (rather than start_port) to define the port to bind to
- end_port to define the range
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira