dat-ecosystem-archive / datproject-discussions

a repo for discussions and other non-code organizing stuff [ DEPRECATED - More info on active projects and modules at https://dat-ecosystem.org/ ]
65 stars 6 forks source link

p2p connection research #35

Open max-mapper opened 8 years ago

max-mapper commented 8 years ago

using this issue to document links to research and statistics on various p2p connection mechanisms: STUN (UDP hole punching), TCP hole punching, ICMP hole punching etc

mafintosh commented 8 years ago

Does node support tcp hole punching using the net module?

max-mapper commented 8 years ago

@mafintosh not sure, it would need the syscalls SO_REUSEPORT and SO_REUSEADDR

mafintosh commented 8 years ago

@maxogden i'll look into that