MCPcopy Create free account
hub / github.com/F-Stack/f-stack / mt_connect

Function mt_connect

adapter/micro_thread/mt_api.cpp:598–601  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

596}
597
598int mt_connect(int fd, const struct sockaddr *addr, int addrlen, int timeout)
599{
600 return MtFrame::connect(fd, addr, addrlen, timeout);
601}
602
603int mt_accept(int fd, struct sockaddr *addr, socklen_t *addrlen, int timeout)
604{

Callers

nothing calls this directly

Calls 1

connectFunction · 0.70

Tested by

no test coverage detected