summaryrefslogtreecommitdiff
path: root/performance-tests
diff options
context:
space:
mode:
authorgthaker <gthaker@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-09-16 16:04:03 +0000
committergthaker <gthaker@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-09-16 16:04:03 +0000
commit7be150577a7bc4dd42c1df247f66ef0d9fc48538 (patch)
tree453bbf5700850640b2d33d69989abc944f8b219a /performance-tests
parent8fe0aa167e19610fa51e0b740988cd95982c5093 (diff)
downloadATCD-7be150577a7bc4dd42c1df247f66ef0d9fc48538.tar.gz
ChangeLogTag:Tue Sep 16 11:55:18 2003 Gautam H. Thaker <gthaker@atl.lmco.com>
Diffstat (limited to 'performance-tests')
-rw-r--r--performance-tests/SCTP/README.LKSCTP4
-rw-r--r--performance-tests/SCTP/SOCK_SEQPACK_srv.cpp2
2 files changed, 3 insertions, 3 deletions
diff --git a/performance-tests/SCTP/README.LKSCTP b/performance-tests/SCTP/README.LKSCTP
index a1c96ff5712..494167abe30 100644
--- a/performance-tests/SCTP/README.LKSCTP
+++ b/performance-tests/SCTP/README.LKSCTP
@@ -12,8 +12,8 @@ kernels.
LKSCTP adheres to the IETF's SCTP Sockets Draft API. Please refer to that
document for API specifics.
-Please be sure to use the latest test kernels. The API changed at some point
-between Linux 2.5 and Linux 2.6.
+You MUST use Linux 2.6-test4 or later. Earlier versions have a different
+api.
Building ACE/TAO with LKSCTP support
--------------------------------
diff --git a/performance-tests/SCTP/SOCK_SEQPACK_srv.cpp b/performance-tests/SCTP/SOCK_SEQPACK_srv.cpp
index bac2f2d98d6..cf1b679114a 100644
--- a/performance-tests/SCTP/SOCK_SEQPACK_srv.cpp
+++ b/performance-tests/SCTP/SOCK_SEQPACK_srv.cpp
@@ -283,7 +283,7 @@ int main(int argc, char **argv){
printbuf_remaining_size -= substring_length;
// Get secondary addresses
- ACE_INET_Addr* secondaries;
+ ACE_INET_Addr* secondaries = 0;
if (optsMgr.num_secondary_accept_addrs) {
ACE_NEW_NORETURN(secondaries,
ACE_INET_Addr[optsMgr.num_secondary_accept_addrs]);