index
:
gvisor
build-android
detachable-fdbased
feature/dummy-iface
feature/nl-neighbor
go
go-align32
go-detachable-fdbased
go-next2
gonet-originaldestination
gre
gre-master
v6only
Container Runtime Sandbox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
/
syscalls
/
linux
/
udp_socket.cc
Age
Commit message (
Expand
)
Author
2021-06-22
Trigger poll/epoll events on zero-length hostinet sendmsg
Ian Lewis
2021-06-07
test: use std::vector instead of allocating memory with calloc
Andrei Vagin
2021-04-23
hostinet: parse the timeval structure from a SO_TIMESTAMP control message
Andrei Vagin
2021-04-20
Move SO_RCVBUF to socketops.
Nayana Bidari
2021-04-12
Make AsSockAddr() to replace reinterpret_cast<sockaddr*>
Ting-Yu Wang
2021-02-12
tests: getsockname expects that addrlen will be initialized
Andrei Vagin
2021-02-08
Allow UDP sockets connect()ing to port 0
Zeling Feng
2021-01-05
Don't check that msg_flags contains MSG_ERRQUEUE on gvisor platforms.
Andrei Vagin
2020-12-17
[netstack] Implement IP(V6)_RECVERR socket option.
Ayush Ranjan
2020-11-30
Fix deadlock in UDP handleControlPacket path.
Bhasker Hariharan
2020-11-17
Fix possible deadlock in UDP.Write().
Bhasker Hariharan
2020-11-06
Do not send to the zero port
Ghanan Gowripalan
2020-10-27
Wake up any waiters on an ICMP error on UDP socket.
Bhasker Hariharan
2020-10-23
Fix socket_ipv4_udp_unbound_loopback_test_linux
Zach Koopmans
2020-09-21
Fix flakes in UdpSocketTest
Zach Koopmans
2020-08-31
Remove __fuchsia__ defines
Tamir Duberstein
2019-12-02
Port tests in udp_socket.cc to Fuchsia
Jay Zhuang
2019-08-16
netstack: disconnect an unix socket only if the address family is AF_UNSPEC
Andrei Vagin
2019-07-31
Test connecting UDP sockets to the ANY address
Tamir Duberstein
2019-07-03
netstack/udp: connect with the AF_UNSPEC address family means disconnect
Andrei Vagin
2019-04-29
Change copyright notice to "The gVisor Authors"
Michael Pratt
2019-04-29
Appease googletest deprecation
Tamir Duberstein
2019-02-19
netstack: Add SIOCGSTAMP support.
Kevin Krakauer
2018-12-10
Open source system call tests.
Brian Geffon