Skip to content

Commit 5bb5833

Browse files
committed
Changed tcp-nak.xml -> tcp-new.xml
1 parent 990710a commit 5bb5833

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

build.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@
523523
<antcall target="udp"/>
524524
<antcall target="udp-new"/>
525525
<antcall target="tcp"/>
526-
<antcall target="tcp-nak"/>
526+
<antcall target="tcp-new"/>
527527
<antcall target="tcp-nio"/>
528528
<antcall target="tcp-nio-nak"/>
529529
<antcall target="stack-independent"/>
@@ -541,7 +541,7 @@
541541
</sequential>
542542
<sequential>
543543
<antcall target="tcp"/>
544-
<antcall target="tcp-nak"/>
544+
<antcall target="tcp-new"/>
545545
<antcall target="tcp-nio"/>
546546
<antcall target="tcp-nio-nak"/>
547547
</sequential>
@@ -653,21 +653,21 @@
653653
/>
654654
</target>
655655

656-
<target name="tcp-nak" depends="postcompile,define-testng-task" description="Runs TCP tests">
656+
<target name="tcp-new" depends="postcompile,define-testng-task" description="Runs TCP tests">
657657
<!-- Needed to force reading of properties. Otherwise tcp tests will fail -->
658658
<property name="build.properties.file" value="build.properties"/>
659659
<property file="${build.properties.file}"/>
660660

661-
<mkdir dir="${tmp.dir}/test-results/xml/tcp-nak"/>
662-
<runtest suitename="tcp-nak"
661+
<mkdir dir="${tmp.dir}/test-results/xml/tcp-new"/>
662+
<runtest suitename="tcp-new"
663663
groups="base,stack-dependent"
664664
excludedgroups="stack-independent,broken"
665665
parallel="${parallel.classes}"
666666
threadcount="20"
667667
initial.mcast.addr="${jgroups.udp.mcast_addr}"
668668
initial.mcast.port="28000"
669669
initial.tcp.port="28000"
670-
jvmarg1="-Dchannel.conf=tcp-nak.xml"
670+
jvmarg1="-Dchannel.conf=tcp-new.xml"
671671
/>
672672
</target>
673673

conf/tcp-nak.xml renamed to conf/tcp-new.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
TCP based stack, with flow control and message bundling. This is usually used when IP
2+
TCP based stack, with NAKACK4 and UNICAST4 -STABLE - flow control protocols. This is usually used when IP
33
multicasting cannot be used in a network, e.g. because it is disabled (routers discard multicast).
44
Note that TCP.bind_addr and TCPPING.initial_hosts should be set, possibly via system properties, e.g.
55
-Djgroups.bind_addr=192.168.5.2 and -Djgroups.tcpping.initial_hosts=192.168.5.2[7800]
@@ -28,10 +28,8 @@
2828
<VERIFY_SUSPECT2 timeout="1.5s" />
2929
<BARRIER />
3030
<NAKACK4 use_mcast_xmit="false" capacity="8192" />
31-
<UNICAST3 />
31+
<UNICAST4 />
3232
<pbcast.GMS print_local_addr="true" join_timeout="1s"/>
33-
<UFC max_credits="10M"
34-
min_threshold="0.4"/>
3533
<FRAG2 frag_size="60K" />
3634
<!--RSVP resend_interval="2s" timeout="10s"/-->
3735
<pbcast.STATE_TRANSFER/>

0 commit comments

Comments
 (0)