Читаю man:* file - reads messages from the given file
* unix-dgram - reads messages from the given AF_UNIX, SOCK_DGRAM socket (BSDi style)
* unix-stream - reads messages from the given AF_UNIX, SOCK_STREAM socket (Linux style)
* udp ,
- network source using the UDP protocol. If you do not want to bind to a specific interface use 0.0.0.0.
А в
(
Read more... )