Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F116069627
D26412.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
912 B
Referenced Files
None
Subscribers
None
D26412.diff
View Options
Index: head/sys/netinet/tcp_subr.c
===================================================================
--- head/sys/netinet/tcp_subr.c
+++ head/sys/netinet/tcp_subr.c
@@ -3457,6 +3457,8 @@
bcopy(tp->t_fb->tfb_tcp_block_name, xt->xt_stack,
TCP_FUNCTION_NAME_LEN_MAX);
+ bcopy(CC_ALGO(tp)->name, xt->xt_cc,
+ TCP_CA_NAME_MAX);
#ifdef TCP_BLACKBOX
(void)tcp_log_get_id(tp, xt->xt_logid);
#endif
Index: head/sys/netinet/tcp_var.h
===================================================================
--- head/sys/netinet/tcp_var.h
+++ head/sys/netinet/tcp_var.h
@@ -754,7 +754,8 @@
struct xinpcb xt_inp;
char xt_stack[TCP_FUNCTION_NAME_LEN_MAX]; /* (s) */
char xt_logid[TCP_LOG_ID_LEN]; /* (s) */
- int64_t spare64[8];
+ char xt_cc[TCP_CA_NAME_MAX]; /* (s) */
+ int64_t spare64[6];
int32_t t_state; /* (s,p) */
uint32_t t_flags; /* (s,p) */
int32_t t_sndzerowin; /* (s) */
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, May 3, 6:43 AM (11 h, 50 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17926616
Default Alt Text
D26412.diff (912 B)
Attached To
Mode
D26412: Export TCP congestion control name
Attached
Detach File
Event Timeline
Log In to Comment