summaryrefslogtreecommitdiffstats
path: root/net/udp/datagram_client_socket.h
Commit message (Expand)AuthorAgeFilesLines
* Standardize usage of virtual/override/final in net/dcheng2014-10-211-1/+1
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE.darin@chromium.org2011-08-121-1/+2
* Net: Add NET_API to the UDP code.rvargas@google.com2011-05-211-1/+1
* Use IPEndPoint for UDP sockets.sergeyu@chromium.org2011-03-091-2/+2
* Add an initial API and implementation for UDP Sockets.mbelshe@chromium.org2011-03-021-0/+27