MorphOS Developer
Posts: 1331 from 2003/6/16
Here i get about 8MB/s locally (be it on peg or mac mini).
Anyway, one thing that could change speed a bit is the TCP window setting, which works just like it did in AMITCP...
So, envarc:sys/net/netstack.config
TCP_RECVSPACE=32768
TCP_SENDSPACE=32768
(Don't go for higher values, because it can have unwanted consequences :)).