thomas

Results 14 comments of thomas

I readed the StreamAPI test unit, but there's no docs, I guess I have to use tap.pipe()/unpipe() and push/unshift, but how ?

> if you have another Stream, use pipe() If not, use `tun.write` `tun.once('data', ()=>{}) ` `tun.on('data',()=>{})` > > Docs will be improved, Thanks! thanks I will try it :)

It worked, using to machin on different network, and net library, both are connecting, and I can ping each other with the specified ipv4 client (under net.connect): ``` if(tap) {...

if you have just cloned the git repo, then ``npm i`` will just install dependencies. according to ``package.json`` file ```JSON "prepare": "npm run build", "test": "echo \"Error: no test specified\"...