mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Merge pull request #8168 from Code-Hex:patch-1
PiperOrigin-RevId: 503522236
This commit is contained in:
@@ -410,7 +410,7 @@ func TestUDPForwarder(t *testing.T) {
|
||||
}
|
||||
defer ep.Close()
|
||||
|
||||
c := NewTCPConn(&wq, ep)
|
||||
c := NewUDPConn(s, &wq, ep)
|
||||
|
||||
buf := make([]byte, 256)
|
||||
n, e := c.Read(buf)
|
||||
|
||||
Reference in New Issue
Block a user