Lines Matching full:unix
1 # Unix Domain Socket Example in gRPC Python
13 * `unix:path`: setting the unix domain socket path relatively or absolutely
14 * `unix://absolute_path`: setting the absolute path of the unix domain socket
26 INFO:root:Server listening on: unix:helloworld.sock
27 INFO:root:Server listening on: unix:///tmp/helloworld.sock
33 INFO:root:Server listening on: unix:helloworld.sock
34 INFO:root:Server listening on: unix:///tmp/helloworld.sock
42 INFO:root:Received: Hello to unix:helloworld.sock!
43 INFO:root:Received: Hello to unix:///tmp/helloworld.sock!
48 INFO:root:Received: Hello to unix:helloworld.sock!
49 INFO:root:Received: Hello to unix:///tmp/helloworld.sock!