Skip to content

Call getaddrinfo less frequently when hole punching

James R. requested to merge hole-punch-less-getaddrinfo into next

getaddrinfo is an expensive function so to block thread less, call this once a tic (I_GetTime).

Merge request reports