ViewVC Help
View Directory | Root Listing
root/cebix/BasiliskII/src/slirp
File (rev) Last Change
 ../
udp.h 1.3 (18 years ago) by gbeauche: Packet headers can be examined through unaligned addresses. This patch fixes this, especially for MIPS & SPARC platforms. [Initial patch from Brian J. Johnson]
udp.c 1.4 (18 years ago) by gbeauche: Merge in slirp updates from QEMU: - improved performance (still not visible in B2 part, especially passive mode) - set SO_REUSEADDR before calling bind() - win32 compile fix
tftp.h 1.2 (18 years ago) by gbeauche: Packet headers can be examined through unaligned addresses. This patch fixes this, especially for MIPS & SPARC platforms. [Initial patch from Brian J. Johnson]
tftp.c 1.2 (19 years ago) by cebix: minor cleanups
tcpip.h 1.1 (19 years ago) by gbeauche: slirp user mode network emulation code from qemu
tcp_var.h 1.1 (19 years ago) by gbeauche: slirp user mode network emulation code from qemu
tcp_timer.h 1.1 (19 years ago) by gbeauche: slirp user mode network emulation code from qemu
tcp_timer.c 1.1 (19 years ago) by gbeauche: slirp user mode network emulation code from qemu
tcp_subr.c 1.2 (19 years ago) by cebix: minor cleanups
tcp_output.c 1.1 (19 years ago) by gbeauche: slirp user mode network emulation code from qemu
tcp_input.c 1.2 (18 years ago) by gbeauche: 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.
tcp.h 1.4 (18 years ago) by gbeauche: 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.
socket.h 1.1 (19 years ago) by gbeauche: slirp user mode network emulation code from qemu
socket.c 1.4 (18 years ago) by gbeauche: fix build on win32
slirp_config.h 1.1 (19 years ago) by gbeauche: slirp user mode network emulation code from qemu
slirp.h 1.7 (18 years ago) by gbeauche: slight updates for win32...
slirp.c 1.7 (18 years ago) by gbeauche: Merge from the QEMU tree: - Fix IP packet re-assembly logic (Ed Swierk) - Suppress unaligned accesses (Fabrice Bellard)
sbuf.h 1.1 (19 years ago) by gbeauche: slirp user mode network emulation code from qemu
sbuf.c 1.1 (19 years ago) by gbeauche: slirp user mode network emulation code from qemu
misc.h 1.2 (18 years ago) by gbeauche: Fixes for IRIX/mips build with MIPSPro compilers
misc.c 1.5 (18 years ago) by gbeauche: fix build on win32
mbuf.h 1.1 (19 years ago) by gbeauche: slirp user mode network emulation code from qemu
mbuf.c 1.2 (18 years ago) by gbeauche: fix memory leak (1.0.17)
main.h 1.1 (19 years ago) by gbeauche: slirp user mode network emulation code from qemu
libslirp.h 1.4 (18 years ago) by gbeauche: slight updates for win32...
ip_output.c 1.1 (19 years ago) by gbeauche: slirp user mode network emulation code from qemu
ip_input.c 1.2 (18 years ago) by gbeauche: Merge from the QEMU tree: - Fix IP packet re-assembly logic (Ed Swierk) - Suppress unaligned accesses (Fabrice Bellard)
ip_icmp.h 1.3 (18 years ago) by gbeauche: Packet headers can be examined through unaligned addresses. This patch fixes this, especially for MIPS & SPARC platforms. [Initial patch from Brian J. Johnson]
ip_icmp.c 1.1 (19 years ago) by gbeauche: slirp user mode network emulation code from qemu
ip.h 1.3 (18 years ago) by gbeauche: Further unaligned access fixes on IRIX (Brian J. Johnson). Configury needed to ensure compiler supports bit-field members of unsigned char type.
if.h 1.1 (19 years ago) by gbeauche: slirp user mode network emulation code from qemu
if.c 1.2 (18 years ago) by gbeauche: Merge from the QEMU tree: - Fix IP packet re-assembly logic (Ed Swierk) - Suppress unaligned accesses (Fabrice Bellard)
icmp_var.h 1.1 (19 years ago) by gbeauche: slirp user mode network emulation code from qemu
debug.h 1.1 (19 years ago) by gbeauche: slirp user mode network emulation code from qemu
debug.c 1.1 (19 years ago) by gbeauche: slirp user mode network emulation code from qemu
ctl.h 1.1 (19 years ago) by gbeauche: slirp user mode network emulation code from qemu
cksum.c 1.1 (19 years ago) by gbeauche: slirp user mode network emulation code from qemu
bootp.h 1.3 (18 years ago) by gbeauche: Packet headers can be examined through unaligned addresses. This patch fixes this, especially for MIPS & SPARC platforms. [Initial patch from Brian J. Johnson]
bootp.c 1.3 (19 years ago) by gbeauche: Remove bootp debug code as it uses varargs macros that are not supported in all foreign compilers (including preprocessor shipped with MacOS X!). Also fix build on platforms not including <stdint.h> by default.
COPYRIGHT 1.1 (19 years ago) by gbeauche: slirp user mode network emulation code from qemu
0 directories and 40 files shown