mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-07 04:53:44 +02:00
Updated netcon README
This commit is contained in:
parent
1458dc8347
commit
8e7e409fce
1 changed files with 28 additions and 0 deletions
|
@ -1,3 +1,31 @@
|
||||||
|
Network Containers have been tested with the following:
|
||||||
|
|
||||||
|
sshd [ WORKS as of 20151010] Long ~15-20s delay for client during connect
|
||||||
|
ssh [ WORKS as of 20151010]
|
||||||
|
curl [ WORKS as of 20151021]
|
||||||
|
apache (debug mode) [ WORKS as of 2015xxxx]
|
||||||
|
apache (prefork MPM) [ WORKS as of 20151021]
|
||||||
|
nginx [ WORKS as of 2015xxxx]
|
||||||
|
nodejs [ WORKS as of 20151021]
|
||||||
|
java [ WORKS as of 2015xxxx]
|
||||||
|
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]
|
||||||
|
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)
|
||||||
|
|
||||||
|
|
||||||
20151021 Added Node.js support
|
20151021 Added Node.js support
|
||||||
|
|
||||||
Notes:
|
Notes:
|
||||||
|
|
Loading…
Add table
Reference in a new issue