276c873f0d
Instead of encoding a JSON string of each connection (non-trivial at high connection volumes) we can use the connTmp struct for map look-ups if we eliminate the unused `uids` field. Also switches to using the empty struct instead of bool for zero memory overhead. |
||
---|---|---|
.. | ||
net.go | ||
net_darwin.go | ||
net_darwin_test.go | ||
net_fallback.go | ||
net_freebsd.go | ||
net_linux.go | ||
net_linux_test.go | ||
net_openbsd.go | ||
net_test.go | ||
net_unix.go | ||
net_windows.go |