TE
科技回声
首页
24小时热榜
最新
最佳
问答
展示
工作
中文
GitHub
Twitter
首页
Show HN: Fio – redirect unix sockets to TCP ports
2 点
作者
hezag
超过 7 年前
1 comment
dozzie
超过 7 年前
Is it something akin to a crippled socat?<p><pre><code> socat unix-listen:foo.sock tcp-listen:1234 socat unix-recv:foo.sock tcp-listen:1234 </code></pre> Which socket type does it use? Can it listen on AF_UNIX socket of any type?