Sponsored Content
Full Discussion: X.25 to TCP/IP conversion
Special Forums IP Networking X.25 to TCP/IP conversion Post 26499 by Leigh Stone on Tuesday 20th of August 2002 03:35:12 AM
Old 08-20-2002
Take a look at a product called Solstice X.25 - http://wwws.sun.com/software/x25/index.html
I would assume that there is simialr software available for other flavours of unix.

Leigh
 

10 More Discussions You Might Find Interesting

1. Cybersecurity

Tcp/ip

!HELLO , What is the maximum number of hosts on a TCP/IP internet? plz can u help me. :rolleyes: (2 Replies)
Discussion started by: smdakram
2 Replies

2. IP Networking

TCP over serial

Here's my config: One quadra 840av working under netBSD and successfully connected to my network. One PM 6100 connected but not booting fully into netBSD (i realize this is faulty but I figured it was worth a shot to try and install netBSD/mac68k on it due to the fact it is unsupported under the... (1 Reply)
Discussion started by: Yummator
1 Replies

3. Programming

Tcp Ip Server

i am programming a tcp_ip server which intends to listen permanently to a client . the client can disconnect and connect again and the server accept it(by this point it works).The problem is when the client lose connection without a disconnect command and my code can't get it and keeps waiting for... (4 Replies)
Discussion started by: massimo_ratti
4 Replies

4. SCO

TCP sockets

How can I change timers for TCP/IP sockets in SCO Unix 7.1.1:o (1 Reply)
Discussion started by: Dragan Travica
1 Replies

5. IP Networking

Tcp\ip

I have written a TCP/IP client and server program. The client sends a message to the server and then the server sends a file back to the client. The client reads the buffer and stores it another file in the client side. I need to know what are the various exceptions that I need to handle in... (0 Replies)
Discussion started by: Rajeshsu
0 Replies

6. AIX

TCP/IP Inerface

Hi, Is there anyway to bring down ethernet interface using non-root ID? Appreciate if you could advice how to do that using non-root ID and what are previleges required in order to perform the tasks. Thanks (1 Reply)
Discussion started by: srllee
1 Replies

7. Solaris

TCP Problem

I am running a Java Client on Solaris 9 which communicates with the Server using TCP/IP. The client transmits a FIN packet to server. The server sends a ACK, FIN enters LAST_ACK state and then waits for ACK from client. The client did not respond back leaving the server in LAST_ACK itself. Also... (0 Replies)
Discussion started by: diarun
0 Replies

8. Programming

TCP/IP Illustrated

Hi guys. I'm going to buy TCP/IP Illustrated series(3 Volumes). But I saw that these books are very outdated. But reviews at amazon says that these books are awesome. What is your idea? Is it worth? What else do you suggest? I'm interested in practical books from protocol design to... (1 Reply)
Discussion started by: majid.merkava
1 Replies

9. IP Networking

TCP/IP troubleshooting

Hello all, Can somebody please tell what is the best book out there that can help me learn TCP troubleshooting and understaning the TCP options like window scaling, large receive offload? I would like to understand how all the TCP tuning parameters function. Is there a book out there that can... (4 Replies)
Discussion started by: Pouchie1
4 Replies

10. Solaris

Too much TCP retransmitted and TCP duplicate on server Oracle Solaris 10

I have problem with oracle solaris 10 running on oracle sparc T4-2 server. Os information: 5.10 Generic_150400-03 sun4v sparc sun4v Output from tcpstat.d script TCP bytes: out outRetrans in inDup inUnorder 6833763 7300 98884 0... (2 Replies)
Discussion started by: insatiable1610
2 Replies
spray(8)						      System Manager's Manual							  spray(8)

NAME
spray - Spray packets SYNOPSIS
/usr/sbin/spray [-c count] [-d delay] [-l length] [-t nettype] host OPTIONS
Specifies how many packets to send. The default value of count is the number of packets required to make the total stream size 100000 bytes. Specifies how many microseconds to pause between sending each packet. The default is 0. The length parameter is the numbers of bytes in the Ethernet packet that holds the RPC call message. Since the data is encoded using XDR, and XDR only deals with 32 bit quanti- ties, not all values of length are possible, and spray rounds up to the nearest possible value. When length is greater than 1514, then the RPC call can no longer be encapsulated in one Ethernet packet, so the length field no longer has a simple correspondence to Ethernet packet size. The default value of length is 86 bytes (the size of the RPC and UDP headers). Specify class of transports. Defaults to netpath. See rpc(3) for a description of supported classes. DESCRIPTION
The spray command uses RPC to send a one-way stream of packets to the specified host and reports how many were received, as well as the transfer rate. The host argument can be either a name or an Internet address. A remote host only responds if it is running the sprayd daemon, which is normally started up from inetd(8). The spray command is not useful as a networking benchmark. The spray command can report a large number of packets dropped when the drops were caused by spray sending packets faster than they can be buffered locally (before the packets get to the network medium). SEE ALSO
Routines: rpc(3) spray(8)
All times are GMT -4. The time now is 11:13 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy