Aditya Shankar
Aditya Shankar
pictorial representation  
How to design a more secure connection via p2pt, for a connection of 2 people: say the 2 people are Rahul and Raj, "n" is a number > 1, the...
nope, no browser would support that many webrtc connections, the max (I believe) is around 256 and even that is a really bad idea, what you'd have to do is...
@elvistony that makes sense because of how UDP hole punching works
although (generally) IPV6 addresses provide an IPv4 fallback just for this case, I'm not sure if this can be programmatically resolved
yes, yes it would, peerconnections have limits, see #17
In #17 I mentioned that peer connections have a limit of 256 connections, browsers simply don't allow more connections than that. I'm not sure if browsers would "crash" per say....
do note that p2pt is crazy heavy as-is, I'd recommend using browser's native subtlecrypto over https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto over NACL Also, do note public-key authentication does not prevent MITM attacks, in the...
also the standford url in the README shows Server not found
docs updated led to a travis-ci check failure, not really my fault