[Bug 225536] ipfw tcp-setmss doesn't seems to work

2018-08-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225536 Rodney W. Grimes changed: What|Removed |Added CC||i...@freebsd.org -- You are re

[Bug 225536] ipfw tcp-setmss doesn't seems to work

2018-08-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225536 Andrey V. Elsukov changed: What|Removed |Added Resolution|--- |FIXED Status|New

[Bug 225536] ipfw tcp-setmss doesn't seems to work

2018-08-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225536 --- Comment #10 from commit-h...@freebsd.org --- A commit references this bug: Author: ae Date: Thu Aug 16 09:42:09 UTC 2018 New revision: 337902 URL: https://svnweb.freebsd.org/changeset/base/337902 Log: MFC r337469: Use host byte o

[Bug 225536] ipfw tcp-setmss doesn't seems to work

2018-08-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225536 --- Comment #9 from commit-h...@freebsd.org --- A commit references this bug: Author: ae Date: Wed Aug 8 17:32:03 UTC 2018 New revision: 337469 URL: https://svnweb.freebsd.org/changeset/base/337469 Log: Use host byte order when comparin

[Bug 225536] ipfw tcp-setmss doesn't seems to work

2018-07-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225536 --- Comment #8 from John Zielinski --- The incorrect network order byte compare on a little endian processor explains exactly what Emmanuel is seeing. An mss of 8960 (0x0023 network order) which is compared <= to the desired mss of 1460 (0

[Bug 225536] ipfw tcp-setmss doesn't seems to work

2018-07-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225536 John Zielinski changed: What|Removed |Added CC||aver...@gmail.com --- Comment #7

[Bug 225536] ipfw tcp-setmss doesn't seems to work

2018-01-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225536 gra...@menhennitt.com.au changed: What|Removed |Added CC||gra...@menhennitt.com.au

[Bug 225536] ipfw tcp-setmss doesn't seems to work

2018-01-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225536 --- Comment #5 from Emmanuel Vadot --- (In reply to Emmanuel Vadot from comment #4) What is the reason for disabling TSO when using NAT btw ? -- You are receiving this mail because: You are the assignee for the bug. _

[Bug 225536] ipfw tcp-setmss doesn't seems to work

2018-01-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225536 --- Comment #4 from Emmanuel Vadot --- (In reply to Andrey V. Elsukov from comment #3) Yes exactly. I didn't know about disabling TSO when using NAT, I'll test that tomorrow. Thanks. -- You are receiving this mail because: You are the

[Bug 225536] ipfw tcp-setmss doesn't seems to work

2018-01-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225536 Andrey V. Elsukov changed: What|Removed |Added CC||a...@freebsd.org --- Comment #

[Bug 225536] ipfw tcp-setmss doesn't seems to work

2018-01-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225536 --- Comment #2 from Emmanuel Vadot --- I've just tested without NAT (just bypassing by adding the destination IP on a discarded table) and the situation is the same. So maybe fib are the problems ? -- You are receiving this mail because:

[Bug 225536] ipfw tcp-setmss doesn't seems to work

2018-01-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225536 Mark Linimon changed: What|Removed |Added Assignee|freebsd-b...@freebsd.org|freebsd-ipfw@FreeBSD.org -- You ar