gvisor/pkg/tcpip/stack
Fabricio Voznika ea1e39a314 Resend packets back to netstack if destined to itself
Add option to redirect packet back to netstack if it's destined to itself.
This fixes the problem where connecting to the local NIC address would
not work, e.g.:
echo bar | nc -l -p 8080 &
echo foo | nc 192.168.0.2 8080

PiperOrigin-RevId: 207995083
Change-Id: I17adc2a04df48bfea711011a5df206326a1fb8ef
2018-08-08 22:03:35 -07:00
..
BUILD stateify: support explicit annotation mode; convert refs and stack packages. 2018-07-27 10:17:21 -07:00
linkaddrcache.go netstack: update goroutine save / restore safety comments. 2018-07-17 10:15:00 -07:00
linkaddrcache_test.go
nic.go Resend packets back to netstack if destined to itself 2018-08-08 22:03:35 -07:00
registration.go netstack: support disconnect-on-save option per fdbased link. 2018-07-30 15:43:25 -07:00
route.go Resend packets back to netstack if destined to itself 2018-08-08 22:03:35 -07:00
stack.go Resend packets back to netstack if destined to itself 2018-08-08 22:03:35 -07:00
stack_global_state.go netstack: tcp socket connected state S/R support. 2018-07-10 09:23:35 -07:00
stack_test.go Move stack clock to options struct 2018-08-01 20:22:02 -07:00
transport_demuxer.go
transport_test.go Move stack clock to options struct 2018-08-01 20:22:02 -07:00