skycoin / skywire

Skywire Node implementation
72 stars 45 forks source link

Get visor's public IP separate from stun client #1118

Closed ersonp closed 2 years ago

ersonp commented 2 years ago

Feature description

Currently, we are getting the public IP of the visor together with its NAT type from the Stun module. But the Stun module takes about 10 seconds to get back as it is RFC5389. Due to this, the visor via dmsghttp has to wait for 10 seconds. We can either use a RFC3489 client to get it faster or just use ip.skywire.com.

ersonp commented 2 years ago

Same as #1044