mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-20 13:24:09 -07:00
PhySocket NULL check added to handle_write. Fixed after-close handle_write segfault
This commit is contained in:
parent
8e7e409fce
commit
b203d25656
4 changed files with 49 additions and 39 deletions
|
@ -1,11 +1,12 @@
|
|||
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]
|
||||
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 2015xxxx]
|
||||
apache (prefork MPM) [ WORKS as of 20151021]
|
||||
nginx [ WORKS as of 2015xxxx]
|
||||
nginx [ WORKS as of 20151022]
|
||||
nodejs [ WORKS as of 20151021]
|
||||
java [ WORKS as of 2015xxxx]
|
||||
tomcat [ WORKS as of 2015xxxx]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue