(t *testing.T)
| 53 | } |
| 54 | |
| 55 | func TestValidBindRequest(t *testing.T) { |
| 56 | createRequest(t, socks5Version, bindCommand, "2001:db8::68", 1337, false) |
| 57 | } |
| 58 | |
| 59 | func TestValidAssociateRequest(t *testing.T) { |
| 60 | createRequest(t, socks5Version, associateCommand, "127.0.0.1", 1234, false) |
nothing calls this directly
no test coverage detected