Home
last modified time | relevance | path

Searched refs:vsock_uri (Results 1 – 1 of 1) sorted by relevance

/tools/netsim/src/core/
Dserver.cc58 std::string vsock_uri = in RunGrpcServer() local
60 BtsLogInfo("vsock_uri: %s", vsock_uri.c_str()); in RunGrpcServer()
61 builder.AddListeningPort(vsock_uri, grpc::InsecureServerCredentials()); in RunGrpcServer()