gortc / stun

Fast RFC 5389 STUN implementation in go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

errors: allocate only if -debug flag set

ernado opened this issue · comments

Introduce new compile flag and implement zero
allocation even for error cases via constructor functions.

Most places covered. Further fork seems like premature optimization.