Is the utp transport mandatory for this library to work? Unlike discovery-swarm this module does not gracefully handle an error when importing utp-native. This is an issue for platforms where we cannot use the native bindings that the native utp implementation needs.
If utp is required, is there a javascript implementation of the protocol that could be used on top of UDP sockets which I could substitute for the native implementation?
Is the utp transport mandatory for this library to work? Unlike
discovery-swarmthis module does not gracefully handle an error when importingutp-native. This is an issue for platforms where we cannot use the native bindings that the native utp implementation needs.If utp is required, is there a javascript implementation of the protocol that could be used on top of UDP sockets which I could substitute for the native implementation?