Michael Mann
changed
bug 12832
What |
Removed |
Added |
Status |
UNCONFIRMED
|
RESOLVED
|
CC |
|
[email protected]
|
Resolution |
---
|
NOTABUG
|
Comment # 2
on bug 12832
from Michael Mann
This is exactly how tcp.desegment_tcp_streams is supposed to work. Setting it
to TRUE allows upper layer protocols (like iSCSI) to assembly packets over
multiple frames.
The reason packet Frame 2594 isn't identified as a response with
tcp.desegment_tcp_streams = FALSE is that the "iSCSI response packet" takes up
50 frames. TCP will only reassemble that into a iSCSI packet when
tcp.desegment_tcp_streams = TRUE. Otherwise it will just be treated as data
since any one individual packet is not a complete iSCSI packet.
You are receiving this mail because:
- You are watching all bug changes.