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

Function find_sockets

dpdk/usertools/dpdk-telemetry.py:55–57  ·  view source on GitHub ↗

Find any possible sockets to connect to and return them

(path)

Source from the content-addressed store, hash-verified

53
54
55def find_sockets(path):
56 """ Find any possible sockets to connect to and return them """
57 return glob.glob(os.path.join(path, SOCKET_NAME + '*'))
58
59
60def print_socket_options(prefix, paths):

Callers 1

handle_socketFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected