MCPcopy Create free account
hub / github.com/3rdparty/libprocess / bind

Method bind

include/process/socket.hpp:347–350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

345 }
346
347 Try<AddressType> bind(const AddressType& address)
348 {
349 return convert<AddressType>(impl->bind(address));
350 }
351
352 Try<Nothing> listen(int backlog)
353 {

Callers 1

setup_serverMethod · 0.45

Calls

no outgoing calls

Tested by 1

setup_serverMethod · 0.36