看板 DFBSD_commit 關於我們 聯絡資訊
commit e5fe3477cd939ea0514189c91db5d775cdbd19d8 Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Wed Feb 3 13:23:58 2010 -0800 kernel - syncache - Fix races due to struct syncache not being stable storage * struct syncache no longer uses stable storage. Proactively delete tcpcb references to the syncache instead of letting them hang. Summary of changes: sys/netinet/tcp_subr.c | 2 + sys/netinet/tcp_syncache.c | 54 ++++++++++++++++++++++++++++++++++++++++++- sys/netinet/tcp_var.h | 3 ++ 3 files changed, 57 insertions(+), 2 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/e5fe3477cd939ea0514189c91db5d775cdbd19d8 -- DragonFly BSD source repository