git: kernel - Fix ENOBUFS related panic in tcp_output()

看板DFBSD_commit作者時間14年前 (2011/07/27 12:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit 28a9a7b64edd9f44bfa71de86e27d0b1ace01d37 Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Tue Jul 26 20:36:50 2011 -0700 kernel - Fix ENOBUFS related panic in tcp_output() * ENOBUFS in tcp_output() during connection initiation was trying to use the persist timer to retransmit the packet lost due to lack of mbufs, which will panic. Use the retransmission timer instead. Reported-by: Peter Avalos <peter@theshell.com> Summary of changes: sys/netinet/tcp_output.c | 11 +++++++++-- 1 files changed, 9 insertions(+), 2 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/28a9a7b64edd9f44bfa71de86e27d0b1ace01d37 -- DragonFly BSD source repository
文章代碼(AID): #1EBus32K (DFBSD_commit)