Class: PacketGen::Header::SCTP::CookieReceivedWhileShuttingDownError

Inherits:
Object
  • Object
show all
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.

Author:

  • Sylvain Daubert

Since:

  • 3.4.0

Instance Method Summary collapse

Methods included from ErrorMixin

#error_name

Methods included from Padded32

#padded?, #to_s

Instance Method Details

#to_human::String

Returns:

  • (::String)

Since:

  • 3.4.0



286
287
288
# File 'lib/packetgen/header/sctp/error.rb', line 286

def to_human
  "<#{error_name}>"
end