diff options
author | eblima <eblima@gmail.com> | 2015-08-03 11:56:53 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-08-03 18:57:39 +0000 |
commit | 85d476677037159c0db72ace2a80fcb0e672b3fe (patch) | |
tree | 8e27a9d9cab5f3b31b57791c62e5ab87e2793b03 /AUTHORS | |
parent | 3f0c8bb4bd8b6fd918eadab160febf4871774508 (diff) | |
download | chromium_src-85d476677037159c0db72ace2a80fcb0e672b3fe.zip chromium_src-85d476677037159c0db72ace2a80fcb0e672b3fe.tar.gz chromium_src-85d476677037159c0db72ace2a80fcb0e672b3fe.tar.bz2 |
nacl_io: Handle missing socket options in setsockopt
This patch adds missing support for handling broadcast and multicast
options in UDP sockets. It is required to update the UDPSocket
interface to use PPB_UDPSocket_1_2, available in M43.
Refactor SocketNode, TCPNode and UDPNode so SetSockOpt() method is
available only on the parent class and each subclass thus implements
the specialized method according to the level.
BUG=None
Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
Review URL: https://codereview.chromium.org/1258123002
Cr-Commit-Position: refs/heads/master@{#341572}
Diffstat (limited to 'AUTHORS')
-rw-r--r-- | AUTHORS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -152,6 +152,7 @@ Dongwoo Joshua Im <dw.im@samsung.com> Douglas F. Turner <doug.turner@gmail.com> Dustin Doloff <doloffd@amazon.com> Ebrahim Byagowi <ebraminio@gmail.com> +Eduardo Lima (Etrunko) <eblima@gmail.com> Eduardo Lima (Etrunko) <eduardo.lima@intel.com> Edward Baker <edward.baker@intel.com> Edward Crossman <tedoc2000@gmail.com> |