HP ProLiant SL170z HP SL Advanced Power Manager Firmware End User License Agre - Page 57

Tipc, Ttcp

Page 57 highlights

BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. TIPC Copyright (c) 2003-2006, Ericsson AB Copyright (c) 2005-2008, Wind River Systems All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the names of the copyright holders nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. Alternatively, this software may be distributed under the terms of the GNU General Public License ("GPL") version 2 as published by the Free Software Foundation. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. TTCP 1 DESCRIPTION. Test TCP connection. Makes a connection on default port 5001 and transfers fabricated buffers or data copied from stdin. Machines using System V with BSD sockets should define SYSV. HISTORY OF DEVELOPMENT. Modified for operation under 4.2BSD, 18 Dec 84, T.C. Slattery, USNA Minor improvements, Mike Muuss and Terry Slattery, 16-Oct-85. Modified in 1989 at Silicon Graphics, Inc. catch SIGPIPE to be able to print stats when receiver has died for tcp, don't look for sentinel during reads to allow small transfers increased default buffer size to 8K, nbuf to 2K to transfer 16MB moved default port to 5001, beyond IPPORT_USERRESERVED make sinkmode default because it is more popular, -s now means don't sink/source count number of read/write system calls to see effects of blocking from full socket buffers for tcp, -D option turns off buffered writes (sets TCP_NODELAY sockopt) buffer alignment options, -A and O print stats in a format that's a bit easier to use with grep & awk for SYSV, mimic BSD routines to use most of the existing timing code Modified by Steve Miller of the University of Maryland, College Park -b sets the socket buffer size (SO_SNDBUF/SO_RCVBUF) Modified Sept. 1989 at Silicon Graphics, Inc. restored -s sense at request of tcs@brl Modified Oct. 1991 at Silicon Graphics, Inc.

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64

BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,
OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
TIPC
Copyright (c) 2003-2006, Ericsson AB
Copyright (c) 2005-2008, Wind River Systems
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
3. Neither the names of the copyright holders nor the names of its contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
Alternatively, this software may be distributed under the terms of the GNU General Public License ("GPL") version 2 as published by
the Free Software Foundation.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
OF SUCH DAMAGE.
TTCP
1 DESCRIPTION.
Test TCP connection. Makes a connection on default port 5001 and transfers fabricated buffers or data copied from stdin.
Machines using System V with BSD sockets should define SYSV.
HISTORY OF DEVELOPMENT.
Modified for operation under 4.2BSD, 18 Dec 84, T.C. Slattery, USNA
Minor improvements, Mike Muuss and Terry Slattery, 16-Oct-85.
Modified in 1989 at Silicon Graphics, Inc.
catch SIGPIPE to be able to print stats when receiver has died for tcp, don't look for sentinel during reads to allow small transfers
increased default buffer size to 8K, nbuf to 2K to transfer 16MB moved default port to 5001, beyond IPPORT_USERRESERVED
make sinkmode default because it is more popular, -s now means don't sink/source count number of read/write system calls to see
effects of blocking from full socket buffers for tcp, -D option turns off buffered writes (sets TCP_NODELAY sockopt) buffer
alignment options, -A and O print stats in a format that's a bit easier to use with grep & awk for SYSV, mimic BSD routines to use
most of the existing timing code
Modified by Steve Miller of the University of Maryland, College Park
-b sets the socket buffer size (SO_SNDBUF/SO_RCVBUF)
Modified Sept. 1989 at Silicon Graphics, Inc.
restored -s sense at request of tcs@brl
Modified Oct. 1991 at Silicon Graphics, Inc.