Class: Mu::Pcap::TCP::ReorderState
- Inherits:
-
Struct
- Object
- Struct
- Mu::Pcap::TCP::ReorderState
- Defined in:
- lib/mu/pcap/tcp.rb
Instance Attribute Summary collapse
-
#next_seq ⇒ Object
Returns the value of attribute next_seq.
-
#queued ⇒ Object
Returns the value of attribute queued.
Instance Attribute Details
#next_seq ⇒ Object
Returns the value of attribute next_seq
119 120 121 |
# File 'lib/mu/pcap/tcp.rb', line 119 def next_seq @next_seq end |
#queued ⇒ Object
Returns the value of attribute queued
119 120 121 |
# File 'lib/mu/pcap/tcp.rb', line 119 def queued @queued end |