aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth D. Merry <ken@FreeBSD.org>2010-05-21 04:47:22 +0000
committerKenneth D. Merry <ken@FreeBSD.org>2010-05-21 04:47:22 +0000
commit6774e0f9c89b0a0ad8b65f8ae7d82d09fe1f47de (patch)
treed068455c585c6ff3a98ff8e2e02eca269a0dea39
parentb15117d7524c6ca6ecb2de74967f4503a63a372c (diff)
Notes
-rw-r--r--sys/netinet/tcp_output.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/tcp_output.c b/sys/netinet/tcp_output.c
index 398463259324..50973c4d455c 100644
--- a/sys/netinet/tcp_output.c
+++ b/sys/netinet/tcp_output.c
@@ -1051,7 +1051,7 @@ send:
* XXX: Fixme: This is currently not the case for IPv6.
*/
if (tso) {
- m->m_pkthdr.csum_flags = CSUM_TSO;
+ m->m_pkthdr.csum_flags |= CSUM_TSO;
m->m_pkthdr.tso_segsz = tp->t_maxopd - optlen;
}