mit-dci / lit

Lightning Network node software
MIT License
551 stars 119 forks source link

You can have multiple TCP connections to a peer and still have it be listed as the same peerIdx despite there being multiple "Peer" objects #410

Open delbonis opened 6 years ago

delbonis commented 6 years ago

Everything still works fine but it probably would lead to problems at a later date. This should be fixed in lnp2p, returning an error if you're already connected.

Varunram commented 6 years ago

lnp2p is broken in multiple places at the moment (many of which we can't seem to identify). We should fix that first and then proceed to build on top of it.

delbonis commented 6 years ago

Other than this and the PR I already submitted it'd be good if we could make a list of the other problems it has.

delbonis commented 6 years ago

Most of the work is on #411.