utp-punch icon indicating copy to clipboard operation
utp-punch copied to clipboard

uTP (micro transport protocol) over UDP library with NAT hole punching

Results 3 utp-punch issues
Sort by recently updated
recently updated
newest added

let buffer = Buffer.allocUnsafe(20 + (packet.data ? packet.data.length : 0)); ![image](https://user-images.githubusercontent.com/12368358/132113978-80df09d1-530b-4180-b91f-a6caea988921.png)

I am trying to get this module working with @hyperswarm/discovery but it does not work as utp-native. It only discover local peers. Thank You in advance