AsyncUDPSocket
authorDave Watson <davejwatson@fb.com>
Tue, 25 Nov 2014 16:13:37 +0000 (08:13 -0800)
committerJoelMarcey <joelm@fb.com>
Thu, 18 Dec 2014 20:29:40 +0000 (12:29 -0800)
commit430a2ed17f17aef40438c38c820747989f4e9bbc
tree85f33c9dfa9f77a8e657f0ac766f2d3c384663c1
parent6a1addcce6b59b93aad1bed31adce268f3c56ae0
AsyncUDPSocket

Summary:
Move AsyncUDPSocket to folly.

There is also one under realtime/voip/async that looks functionaly equivalent?  I think this one is only used in gangplank currently.

Test Plan: contbuild

Reviewed By: hans@fb.com

Subscribers: trunkagent, doug, alandau, bmatheny, njormrod, mshneer, folly-diffs@

FB internal diff: D1710675

Tasks: 5788116

Signature: t1:1710675:1417477000:9aebb466757554a5fa49d7c36cb504b4d8711b68
folly/Makefile.am
folly/io/async/AsyncSocketException.h
folly/io/async/AsyncUDPServerSocket.h [new file with mode: 0644]
folly/io/async/AsyncUDPSocket.cpp [new file with mode: 0644]
folly/io/async/AsyncUDPSocket.h [new file with mode: 0644]
folly/io/async/test/AsyncUDPSocketTest.cpp [new file with mode: 0644]