Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | net.stun: Support for xor-relayed-address attribute | Matthew Wild | 2022-03-05 | 1 | -2/+20 |
| | |||||
* | net.stun: Add xor-peer-address helper | Matthew Wild | 2022-03-05 | 1 | -0/+16 |
| | |||||
* | net.stun: Factor out address unpack, an operation common to multiple attributes | Matthew Wild | 2022-03-05 | 1 | -11/+12 |
| | |||||
* | net.stun: Name some more attributes from TURN | Matthew Wild | 2022-03-05 | 1 | -0/+3 |
| | |||||
* | net.stun: Add lookup table generation helper, reduces code duplication | Matthew Wild | 2022-03-05 | 1 | -16/+15 |
| | |||||
* | net.stun: Hyphenate method names for consistency | Matthew Wild | 2022-03-05 | 1 | -2/+2 |
| | |||||
* | net.stun: Use util.bitcompat to deal with bit module variances across Lua ↵ | Kim Alvefur | 2022-03-04 | 1 | -0/+1 |
| | | | | versions | ||||
* | net.stun: Use util.strbitop | Kim Alvefur | 2022-03-04 | 1 | -11/+1 |
| | | | | Improves performance since the whole procedure is done in C | ||||
* | net.stun: New library that implements STUN/TURN parsing/serialization | Matthew Wild | 2022-03-04 | 1 | -0/+292 |