ebpf-for-windows/tests/socket
Matthew Ige decc2542a1
Add connected UDP tests to cgroup/sock_addr_connect (#3041)
* add connected UDP Tests

* ensure we do not issue two connect calls

* minor updates

* add debug traces

* temporarily remove connected udp tests

* add connected UDP tests for non-dual stack sockets

* enable v4 tests only

* only test redirect temporarily

* temporarily remove TCP tests

* fix connected udp issue by removing stale contexts

* remove debug tracing, add if check for free

* skip setting redirect context for connected udp

* update ebpf program

* update ebpf program for v6

* remove debug logs

* fix compiler error with incorrect enum

* update to use connection instead of protocol

* update to use connection instead of protocol

* update tests with CR feedback

* update expected

* update to using different key and value types to allow for proper usage of protocol vs connection type
2023-12-12 23:03:15 +00:00
..
socket_tests.cpp fix sock_ops test. (#3083) 2023-11-28 16:08:56 +00:00
socket_tests.vcxproj Remove JIT and interpreter code from NativeOnly builds (#2475) 2023-06-07 15:49:03 +00:00
socket_tests_common.h Add connected UDP tests to cgroup/sock_addr_connect (#3041) 2023-12-12 23:03:15 +00:00