More UDP problems
Title: Iperf UDP issue
I cannot get a UDP stream to work with a
Solaris 8 server and a Windows NT
client
On the Sun server here is what I
get
$ iperf -s
-u
------------------------------------------------------------
Server
listening on UDP port 5001
Receiving 1470 byte datagrams
UDP buffer size:
8.00 KByte
(default)
------------------------------------------------------------
connect
UDP failed: Invalid argument
The connect failed comes up as soon as I
start the NT client. The NT client of course never sees the connect failed and
transmits anyway
D:\automate\bin>iperf -c 172.16.1.1
-u
------------------------------------------------------------
Client
connecting to 172.16.1.1, UDP port 5001
Sending 1470 byte datagrams
UDP
buffer size: 8.00 KByte
(default)
------------------------------------------------------------
[140]
local 0.0.0.0 port 2994 connected with 172.16.1.1 port 5001
[ ID]
Interval Transfer
Bandwidth
[140] 0.0-10.0 sec 1.24 MBytes 1.04
Mbits/sec
[140] WARNING: did not receive ack of last datagram after 10
tries.
[140] Sent 885 datagrams
This happens with both 1.6.4 and 1.6.4.
Going with the Sun as client and Windows as server works
fine.
Thanks
Paul