-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[inetstack] add udp integration tests #1397
Conversation
anandbonde
commented
Sep 11, 2024
•
edited
Loading
edited
- Moved some layer 4 udp tests into integration tests.
- Cleaned up unnecessary comments and renamed for clarity.
- Renamed tcp-test directory to make it plural.
- Fixed bug: setsockopt should not happen for UDP sockets.
libos = catpowder
|
libos = catnap
|
libos = catnip
|
d600765
to
2031c2f
Compare
libos = catpowder
|
libos = catnip
|
libos = catnap
|
42d9dbd
to
5bfea3c
Compare
libos = catnip
|
libos = catpowder
|
libos = catnap
|
5bfea3c
to
def62dd
Compare
libos = catpowder
|
libos = catnip
|
2c99694
to
4abce13
Compare
libos = catpowder
|
libos = catnip
|
libos = catpowder
|
libos = catnip
|
libos = catnap
|
96e0284
to
37e6278
Compare
libos = catpowder
|
libos = catnap
|
libos = catnap
|
libos = catnip
|
26ed889
to
80f980b
Compare
libos = catnap
|
libos = catpowder
|
libos = catnip
|
80f980b
to
4cb0d08
Compare
libos = catnap
|
libos = catnip
|
libos = catpowder
|
4cb0d08
to
0a34877
Compare
libos = catpowder
|
libos = catnap
|
libos = catnip
|
0a34877
to
0f0c8b9
Compare
libos = catnap
|
libos = catnip
|
libos = catpowder
|
[catnap] Bug Fix: don't set sockopts for non-tcp The set_linger sockopt was being set for a UDP socket too. This was causing integration tests to fail.
0f0c8b9
to
6451097
Compare
libos = catnap
|
libos = catnip
|
libos = catpowder
|