Gjsify LogoGjsify Logo

An enum representing the state of the #PseudoTcpSocket. These states correspond to the TCP states in RFC 793. See also: #PseudoTcpSocket:state

Index

Enumeration Members

CLOSED: number

The socket has been closed

CLOSE_WAIT: number

The socket has been closed remotely but not locally (Since: 0.1.8)

CLOSING: number

The socket has been closed locally and remotely (Since: 0.1.8)

ESTABLISHED: number

The socket is connected

FIN_WAIT_1: number

The socket has been closed locally but not remotely (Since: 0.1.8)

FIN_WAIT_2: number

The socket has been closed locally but not remotely (Since: 0.1.8)

LAST_ACK: number

The socket has been closed locally and remotely (Since: 0.1.8)

LISTEN: number

The socket's initial state. The socket isn't connected and is listening for an incoming connection

SYN_RECEIVED: number

The socket has received a connection request (SYN) packet.

SYN_SENT: number

The socket has sent a connection request (SYN) packet and is waiting for an answer

TIME_WAIT: number

The socket has been closed locally and remotely (Since: 0.1.8)

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method