MCPcopy Create free account
hub / github.com/boostorg/asio / control_request

Method control_request

example/cpp11/porthopper/protocol.hpp:30–32  ·  view source on GitHub ↗

Construct an empty request. Used when receiving.

Source from the content-addressed store, hash-verified

28public:
29 // Construct an empty request. Used when receiving.
30 control_request()
31 {
32 }
33
34 // Create a request to start sending data to a given port.
35 static const control_request start(unsigned short port)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected