Results 9 comments of snoj

I wasn't able to run the tests as I kept getting the below error. Might be my install though. ``` uncaught undefined: Error: Cannot find module 'peer_state' at Function.Module._resolveFilename (module.js:338:15)...

I've just assigned the address property manually when specifying an ip to bind to. ``` var Gossiper = require('./node-gossip/index.js').Gossiper var g = new Gossiper(9000, [], '192.168.1.1'); g.address = '8.8.8.8'; g.start();...

For the sake of those who come after. It was because my tests manually set obj.address to work around NAT.

Put together a pull request w/tests #6

@kessler, still pounding away at the keyboard like a monkey. ;) It's failing because of the promise. I'll rewrite it as a pure callback.

@kessler tests are passing now. Saw your blog/company sites. Our chats from so long ago make much more sense now!

Updated the code with a modification to probe so old and new can be done with the same function calls.

> Can you provide screenshots as well as documentation on how you configure this for operation? The change doesn't have any configuration needs. It just allows for a reverse proxy...

I assume you mean "upcoming/v1.1". Done