sing/common/metadata
Hellojack 439ecb1a20
Improve buffer write string
Both []byte(string) and copy([]byte, string) are zero-alloc for this operation, but copy([]byte, string) is faster since Go supports it as a feature.
2023-01-22 16:37:56 +08:00
..
addr.go Fix convert netaddr 2023-01-14 19:58:04 +08:00
domain.go Check socksaddr domain is valid 2022-09-13 19:50:00 +08:00
family.go Improve socksaddr 2022-07-20 22:04:12 +08:00
metadata.go Trim repo 2022-05-25 14:13:18 +08:00
network.go Improve socksaddr 2022-07-20 22:04:12 +08:00
serializer.go Improve buffer write string 2023-01-22 16:37:56 +08:00
socksaddr.go Refactor socks 2022-05-10 23:25:56 +08:00