macemu/BasiliskII/src/slirp
gbeauche 5f3874c853 Apply the qemu-slirp-performance.patch from Kenneth Duda available here:
<http://lists.nongnu.org/archive/html/qemu-devel/2006-04/msg00245.html>

This does improve slirp performance a lot, especially in FTP passive mode
transfers. i.e. now, they are equally as fast as non passive mode. I get
approx. 800 KB/sec in B2 and 500 KB/sec in SheepShaver (over a DSL line).
In native env, the max download data rate from my ISP is around 950 KB/sec.
2006-04-13 22:15:02 +00:00
..
bootp.c Remove bootp debug code as it uses varargs macros that are not supported in 2005-05-14 17:37:07 +00:00
bootp.h Packet headers can be examined through unaligned addresses. This patch 2006-01-17 21:19:12 +00:00
cksum.c
COPYRIGHT
ctl.h
debug.c
debug.h
icmp_var.h
if.c
if.h
ip_icmp.c
ip_icmp.h Packet headers can be examined through unaligned addresses. This patch 2006-01-17 21:19:12 +00:00
ip_input.c
ip_output.c
ip.h Further unaligned access fixes on IRIX (Brian J. Johnson). Configury needed 2006-01-27 23:31:38 +00:00
libslirp.h Try to improve slirp performance again (though passive mode is still slower) 2006-04-02 21:06:50 +00:00
main.h
mbuf.c fix memory leak (1.0.17) 2006-04-02 08:47:39 +00:00
mbuf.h
misc.c Use the most portable POSIX-style non-blocking I/O (O_NONBLOCK) instead of 2006-01-24 23:46:19 +00:00
misc.h Fixes for IRIX/mips build with MIPSPro compilers 2005-12-04 15:23:02 +00:00
sbuf.c
sbuf.h
slirp_config.h
slirp.c Try to improve slirp performance again (though passive mode is still slower) 2006-04-02 21:06:50 +00:00
slirp.h Packet headers can be examined through unaligned addresses. This patch 2006-01-17 21:19:12 +00:00
socket.c Merge in slirp updates from QEMU: 2006-03-25 07:57:38 +00:00
socket.h
tcp_input.c Apply the qemu-slirp-performance.patch from Kenneth Duda available here: 2006-04-13 22:15:02 +00:00
tcp_output.c
tcp_subr.c minor cleanups 2005-06-30 21:25:26 +00:00
tcp_timer.c
tcp_timer.h
tcp_var.h
tcp.h Apply the qemu-slirp-performance.patch from Kenneth Duda available here: 2006-04-13 22:15:02 +00:00
tcpip.h
tftp.c minor cleanups 2005-06-30 21:25:26 +00:00
tftp.h Packet headers can be examined through unaligned addresses. This patch 2006-01-17 21:19:12 +00:00
udp.c Merge in slirp updates from QEMU: 2006-03-25 07:57:38 +00:00
udp.h Packet headers can be examined through unaligned addresses. This patch 2006-01-17 21:19:12 +00:00