Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F81969330
D2179.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
578 B
Referenced Files
None
Subscribers
None
D2179.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D2179: Provide better debugging information in tcp_timer_activate() and tcp_timer_active()
Attached
Detach File
Event Timeline
Log In to Comment