Class: PacketGen::Header::SCTP::CookieReceivedWhileShuttingDownError
- Inherits:
-
Object
- Object
- PacketGen::Header::SCTP::CookieReceivedWhileShuttingDownError
- Includes:
- ErrorMixin
- Defined in:
- lib/packetgen/header/sctp/error.rb
Overview
Cookie received while shutting down error. A COOKIE ECHO chunk was received while the endpoint was in the SHUTDOWN-ACK-SENT state.
Instance Method Summary collapse
Methods included from ErrorMixin
Methods included from Padded32
Instance Method Details
#to_human ⇒ ::String
286 287 288 |
# File 'lib/packetgen/header/sctp/error.rb', line 286 def to_human "<#{error_name}>" end |