summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls/linux/udp_socket_test_cases.cc
AgeCommit message (Expand)Author
2020-01-21Change to standard types.Adin Scannell
2020-01-21Merge pull request #1492 from majek:err_typo_in_netstack_testsgVisor bot
2020-01-21Correct todos referencing IPV6_RECVTCLASSRyan Heacock
2020-01-14Implement {g,s}etsockopt(IP_RECVTOS) for UDP socketsTamir Duberstein
2019-12-26Automated rollback of changelist 287029703gVisor bot
2019-12-24Enable IP_RECVTOS socket option for datagram socketsRyan Heacock
2019-12-10Add hostinet tests for sendmsg and recvmsg with TOS/TCLASS.Dean Deng
2019-12-06Add hostinet tests for UDP sockets.Dean Deng
2019-12-03net/udp: return a local route address as the bound-to addressAndrei Vagin
2019-12-02Port tests in udp_socket.cc to FuchsiaJay Zhuang