|
10 年 前 | |
---|---|---|
.. | ||
Common.c | 10 年 前 | |
Common.h | 10 年 前 | |
Intercept.c | 10 年 前 | |
Intercept.h | 10 年 前 | |
LWIPStack.hpp | 10 年 前 | |
NetconEthernetTap.cpp | 10 年 前 | |
NetconEthernetTap.hpp | 10 年 前 | |
NetconService.hpp | 10 年 前 | |
NetconUtilities.cpp | 10 年 前 | |
NetconUtilities.hpp | 10 年 前 | |
README.md | 10 年 前 | |
Sendfd.c | 10 年 前 | |
Sendfd.h | 10 年 前 | |
intercept | 10 年 前 | |
libintercept.so.1.0 | 10 年 前 | |
make-intercept.mk | 10 年 前 | |
make-liblwip.mk | 10 年 前 |
Network Containers have been tested with the following:
sshd [ WORKS as of 20151022] Long ~15-20s delay for client during connect ssh [ WORKS as of 20151022] sftp [ WORKS as of 20151022] curl [ WORKS as of 20151021] Sometimes "tcp_input: pcb->next != pcb (before cache)" is seen apache (debug mode) [ WORKS as of 20150810] apache (prefork MPM) [ WORKS as of 20151021] nginx [ WORKS as of 20151022] nodejs [ WORKS as of 20151021] java [ WORKS as of 20151010] tomcat [ WORKS as of 2015xxxx] thttpd [ WORKS as of 2015xxxx] vsftpd [BROKEN as of 20151021] Server sends 500 when 220 is expected mysql [BROKEN as of 20151021] postresql [BROKEN as of 20151021] MongoDB [BROKEN as of 20151021] Redis-server [ WORKS as of 20151027] pure-ftpd [BROKEN as of 20151021] Socket operation on non-socket
To Test:
GET many different files via HTTP (web stress)
LARGE continuous transfer (e.g. /dev/urandom all night)
Open and close many TCP connections constantly
Simulate packet loss (can be done with iptables)
Many parallel TCP transfers
Multithreaded software (e.g. apache in thread mode)
20151027 Added Redis-server support Notes:
20151021 Added Node.js support Notes: