Connection request
Client
Int32
—p_operation
-
Operation code (
op_connect_request
—53
) Int32
—p_req_type
-
Unused, but always use
P_REQ_async
(1
) for backwards compatibility Int32
—p_req_object
-
Unused, always use
0
Int32
—p_req_partner
-
Unused, always use
0
Server
[wireprotocol-responses-generic] — with on success:
p_resp_data
-
Aux connection information
ImportantThis is part of the
sockaddr_in
structure.It is not in XDR format
Int16
-
Socket family (can be ignored)
Int16
-
Aux connection port
- Remaining bytes
-
To be ignored: always use the hostname or IP address of the original connection.
After a successful response, the client needs to create a connection to the specified port (the “aux connection” or auxiliary connection).The server uses this aux connection for asynchronous notification of events.