Juniper / grpc-c

C implementation of gRPC layered on top of core library
BSD 3-Clause "New" or "Revised" License
220 stars 59 forks source link

How to enable TCP socket? #35

Closed cqx820 closed 6 years ago

cqx820 commented 6 years ago

Hi,

I would like to try to start the server and listen to the remote connection. However, after starting the foo_server and use netstat to check if the server is listening, I noticed the server is waiting for the Unix socket. May I know how can I use TCP socket instaed of Unix socket. Thank you.

magicalfox007 commented 5 years ago

Have you solve the problem? It seems that I have the same problem.