aboutgitcodelistschat:MatrixIRC
path: root/demo/socket.hjson
blob: 7a16ccc5cc97244dc48df3e0ce2544fb065c1f6c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
[
  {
    "match": [
      { "socket": { "family": "unix", "type": "stream", "flags": 0, "protocol": 0 } }
    ],
    "call": [
      { "socket": { "family": "unix", "type": "stream", "flags": [ "cloexec", "nonblock" ], "protocol": 0 }, "ret": "new_fd" }
    ],
    "fd": { "src": { "tag": "new_fd" }, "close_on_exec": false, "return": true }
  }
]