Difference between revisions of "Unix sockets"
Jump to navigation
Jump to search
m |
|||
Line 1: | Line 1: | ||
+ | == Known issues == | ||
+ | SCM stuff sent over unix sockets (such as file descriptors) is not supported and not event detected. | ||
+ | |||
== See also == | == See also == | ||
* [[External UNIX socket]] | * [[External UNIX socket]] | ||
Line 5: | Line 8: | ||
[[Category: Under the hood]] | [[Category: Under the hood]] | ||
[[Category: Sockets]] | [[Category: Sockets]] | ||
+ | [[Category: Fly in the ointment]] |
Revision as of 08:50, 17 November 2016
Known issues
SCM stuff sent over unix sockets (such as file descriptors) is not supported and not event detected.