/unix-domain-socket-example

A tiny example for unix domain sockets

Primary LanguageC

Unix Domain Socket Example

A tiny example to show how to use Unix Domain Sockets. These sockets are represented as special files. The file can be used to communicated with another process.