(t *testing.T)
| 49 | } |
| 50 | |
| 51 | func TestValidConnectRequest(t *testing.T) { |
| 52 | createRequest(t, socks5Version, connectCommand, "127.0.0.1", 1337, false) |
| 53 | } |
| 54 | |
| 55 | func TestValidBindRequest(t *testing.T) { |
| 56 | createRequest(t, socks5Version, bindCommand, "2001:db8::68", 1337, false) |
nothing calls this directly
no test coverage detected
searching dependent graphs…