../
|
COPYRIGHT
|
1.1
(19 years ago)
by gbeauche:
slirp user mode network emulation code from qemu
|
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.
|
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]
|
cksum.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
|
debug.c
|
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
|
icmp_var.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)
|
if.h
|
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.
|
ip_icmp.c
|
1.1
(19 years ago)
by gbeauche:
slirp user mode network emulation code from qemu
|
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_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_output.c
|
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...
|
main.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)
|
mbuf.h
|
1.1
(19 years ago)
by gbeauche:
slirp user mode network emulation code from qemu
|
misc.c
|
1.5
(18 years ago)
by gbeauche:
fix build on win32
|
misc.h
|
1.2
(19 years ago)
by gbeauche:
Fixes for IRIX/mips build with MIPSPro compilers
|
sbuf.c
|
1.1
(19 years ago)
by gbeauche:
slirp user mode network emulation code from qemu
|
sbuf.h
|
1.1
(19 years ago)
by gbeauche:
slirp user mode network emulation code from qemu
|
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)
|
slirp.h
|
1.7
(18 years ago)
by gbeauche:
slight updates for win32...
|
slirp_config.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
|
socket.h
|
1.1
(19 years ago)
by gbeauche:
slirp user mode network emulation code from qemu
|
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.
|
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_output.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_timer.c
|
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_var.h
|
1.1
(19 years ago)
by gbeauche:
slirp user mode network emulation code from qemu
|
tcpip.h
|
1.1
(19 years ago)
by gbeauche:
slirp user mode network emulation code from qemu
|
tftp.c
|
1.2
(19 years ago)
by cebix:
minor cleanups
|
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]
|
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
|
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]
|