Update libjingle to 53057474.

R=wu@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/2274004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@4818 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
mallinath@webrtc.org
2013-09-23 20:34:45 +00:00
parent e2af622edf
commit 1112c30e1e
66 changed files with 764 additions and 393 deletions

View File

@@ -184,7 +184,8 @@ class Socket {
OPT_RCVBUF, // receive buffer size
OPT_SNDBUF, // send buffer size
OPT_NODELAY, // whether Nagle algorithm is enabled
OPT_IPV6_V6ONLY // Whether the socket is IPv6 only.
OPT_IPV6_V6ONLY, // Whether the socket is IPv6 only.
OPT_DSCP // DSCP code
};
virtual int GetOption(Option opt, int* value) = 0;
virtual int SetOption(Option opt, int value) = 0;