thanks,
here is what i got (copy/paste from PC DOS, Amiga shell is slightly different):
Amiga -> PC, TCP
ttcp-r: buflen=8192, nbuf=2048, align=16384/0, port=5001 tcp
ttcp-r: socket
ttcp-r: accept from 10.1.92.197
ttcp-r: 16777216 bytes in 114.45 seconds = 143.15 KB/sec +++
ttcp-r: 3792 I/O calls, msec/call = 30.91, calls/sec = 33.13
PC -> Amiga, TCP
this for some reason didn't work:
D:\utils>ttcpw -s -t 10.1.92.197
ttcp-t: buflen=8192, nbuf=2048, align=16384/0, port=5001 tcp -> 10.1.92.197
ttcp-t: socket
ttcp-t: error=10061
Amiga -> PC, UDP
D:\utils>ttcpw -u -s -r
ttcp-r: buflen=8192, nbuf=2048, align=16384/0, port=5001 udp
ttcp-r: socket
ttcp-r: 5447680 bytes in 11.20 seconds = 474.87 KB/sec +++
ttcp-r: 667 I/O calls, msec/call = 17.20, calls/sec = 59.54
ttcp-r:
Amiga side said 1400 Kb/s W-O-W :-o
PC -> Amiga, UDP
ttcp-t: buflen=8192, nbuf=2048, align=16384/0, port=5001 udp -> 10.1.92.197
ttcp-t: socket
ttcp-t: 16777216 bytes in 1.69 seconds = 9706.16 KB/sec +++
ttcp-t: 2054 I/O calls, msec/call = 0.84, calls/sec = 1216.82
ttcp-t:
Sorry if this sounds silly, but can that UDP thingy be used for transferring files since its a lot faster than tcp?