Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F109358159
D17474.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
929 B
Referenced Files
None
Subscribers
None
D17474.diff
View Options
Index: head/sys/netinet/tcp_output.c
===================================================================
--- head/sys/netinet/tcp_output.c
+++ head/sys/netinet/tcp_output.c
@@ -895,6 +895,7 @@
len = max_len;
}
}
+
/*
* Prevent the last segment from being
* fractional unless the send sockbuf can be
Index: head/sys/sys/sockbuf.h
===================================================================
--- head/sys/sys/sockbuf.h
+++ head/sys/sys/sockbuf.h
@@ -165,10 +165,9 @@
struct thread *td);
struct mbuf *
sbsndptr(struct sockbuf *sb, u_int off, u_int len, u_int *moff);
+void sbsndptr_adv(struct sockbuf *sb, struct mbuf *mb, u_int len);
struct mbuf *
sbsndptr_noadv(struct sockbuf *sb, u_int off, u_int *moff);
-void
- sbsndptr_adv(struct sockbuf *sb, struct mbuf *mb, u_int len);
struct mbuf *
sbsndmbuf(struct sockbuf *sb, u_int off, u_int *moff);
int sbwait(struct sockbuf *sb);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Feb 5, 12:39 AM (20 h, 37 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16463828
Default Alt Text
D17474.diff (929 B)
Attached To
Mode
D17474: A couple of style fixes in recent TCP changes.
Attached
Detach File
Event Timeline
Log In to Comment