【提问】 在socket里,fd是什么意思?怎么用?
options is an object with the following defaults:
{ fd: null type: null allowHalfOpen: false }
fd是个文件描述符,但是应该怎么用呢?我把连上的SOCKET里面的fd打出来,都是undefined 是自己随便赋值么?
还有,官网关于NET的那个例子里面,有个“c.pipe©;” 这个是什么意思呢?把C和C连接起来?