Description

This frame is generated when an incoming connection is accepted on a listener socket.

This frame contains the original listener’s socket ID and a new socket ID of the incoming connection, along with the connection’s remote address information.

Format

The following table provides the contents of the frame. For details on frame structure, see API Frames.

Offset Size Frame Field Description

0

8-bit

Start Delimiter

Indicates the start of an API frame.

1

16-bit

Length

Number of bytes between the length and checksum.

3

8-bit

Frame type

0xCA

4

8-bit

Socket ID

Identifies the listener socket on which the new socket was created.

5

8-bit

Client Socket ID

Identifies the new TCP socket that was created

6

128-bit

Remote IPv6 Address

Specifies the IPv6 address to which the new socket connects

22

16-bit

Remote port

Specifies the remote port to which the new socket connects.

EOF

8-bit

Checksum

0xFF minus the 8-bit sum of bytes from offset 3 tobthis byte (between length and checksum).