hole-punch-connect 0.1.2

Help functions/methods for UDP hole punching
Documentation

hole-punch-connect is a crate that makes UDP hole punching easier. For use in a client, take a look at the HolePunchConnect trait. For use on a server, take a look at the server module.

One beautiful day, I or someone else might also add TCP hole punching support to this crate. (Which is why the crate name doesn't contain UDP)

Examples