Guy Harris
changed
bug 13229
What |
Removed |
Added |
Summary |
Feature request: Forced TCP Window Scaling factor on per-socket basis
|
Feature request: Forced TCP Window Scaling factor on per-connection basis
|
Comment # 1
on bug 13229
from Guy Harris
That'd probably be implemented on a per-connection basis, involving both
endpoints, as 1) we already have support for per-connection data structures, to
which the scale factor would be attached and 2) a given ip:port combination
could conceivably be used for multiple connections over time.
In general, Wireshark needs a way to allow dissectors to say "support this
per-conversation setting", however the dissector might define "conversation",
and to allow those to be set on a given conversation. (It should also have a
more general notion of "conversation", encompassing the current internal notion
of a "conversation" as well as the internal notion of a "circuit".)
You are receiving this mail because:
- You are watching all bug changes.