| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | |
|
| |
| |
| |
| | |
RFC 8305
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
...and prepare for Happy Eyeballs
|
| |
| |
| |
| |
| | |
Potential performance gain since the tables don't need to be resized as
they grow to the final size.
|
| |
| |
| |
| | |
Code reduction, potentially a performance gain.
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
One difference is that 5.4 accepts "table-like" values (for this and other
table.*() functions), but that would require additional backporting work.
|
| |
| |
| |
| | |
#NotHappyEyeballs
|
| |
| |
| |
| | |
Because tests good.
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
This allows a simple sink to be later removed via remove_sink()
|
|/ |
|
| |
|
|
|
|
|
|
| |
Words, sometimes I wonder how they even work
Maybe I missed something.
|
|
|
|
|
|
| |
Fallback code for not having either the string.pack and string.unpack
functions available in Lua 5.4 or the struct lib is no longer needed
since the struct lib was imported as util.struct in 3ce3633527af
|
|
|
|
| |
detection (thanks Zash)
|
| |
|
| |
|
|
|
|
| |
As coturn when installed out of the box on Debian (because auth isn't enabled?)
|
| |
|
| |
|
|
|
|
| |
service host
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
STUN server via --ping
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\ |
|
| | |
|
| |
| |
| |
| | |
versions
|
| |
| |
| |
| | |
Improves performance since the whole procedure is done in C
|