Page MenuHomeFreeBSD

D2179.diff
No OneTemporary

D2179.diff

Index: sys/netinet/tcp_timer.c
===================================================================
--- sys/netinet/tcp_timer.c
+++ sys/netinet/tcp_timer.c
@@ -884,7 +884,7 @@
f_callout = tcp_timer_2msl;
break;
default:
- panic("bad timer_type");
+ panic("tp %p bad timer_type %#x", tp, timer_type);
}
if (delta == 0) {
callout_stop(t_callout);
@@ -915,7 +915,7 @@
t_callout = &tp->t_timers->tt_2msl;
break;
default:
- panic("bad timer_type");
+ panic("tp %p bad timer_type %#x", tp, timer_type);
}
return callout_active(t_callout);
}

File Metadata

Mime Type
text/plain
Expires
Sun, Dec 15, 5:02 AM (21 h, 4 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
9091449
Default Alt Text
D2179.diff (578 B)

Event Timeline