summaryrefslogtreecommitdiff
path: root/media/sctp/sctpdataengine.cc
AgeCommit message (Collapse)Author
2014-06-10Adds end to end DataChannel tests.jiayl@webrtc.org
BUG=2626 R=pthatcher@webrtc.org Review URL: https://webrtc-codereview.appspot.com/14619004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/talk@6390 4adac7df-926f-26a2-2b94-8c16560cd09d
2014-05-29(Auto)update libjingle 68203780-> 68206793buildbot@webrtc.org
git-svn-id: http://webrtc.googlecode.com/svn/trunk/talk@6277 4adac7df-926f-26a2-2b94-8c16560cd09d
2014-05-08Check SCTP_EWOULDBLOCK instead of EWOULDBLOCK in SctpDataMediaChannel.jiayl@webrtc.org
usrsctp.h redefines EWOULDBLOCK to WSAEWOULDBLOCK on Windows, but usrsctp_sendv still returns the BSD EWOULDBLOCK (i.e. SCTP_EWOURLBLOCK) when sending data fails due to congestion. We will need to revert this change when usersctp is fixed. BUG=2866 R=juberti@webrtc.org, wu@webrtc.org Review URL: https://webrtc-codereview.appspot.com/14439004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/talk@6079 4adac7df-926f-26a2-2b94-8c16560cd09d
2014-05-01Sets the SCTP port codec in the native SessionDescription.jiayl@webrtc.org
Previously it's only set when a SDP string is parsed into SessionDescription, causing failuring for native client. BUG=3141 R=juberti@webrtc.org, wu@webrtc.org Review URL: https://webrtc-codereview.appspot.com/11999004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/talk@6036 4adac7df-926f-26a2-2b94-8c16560cd09d
2014-02-13Revert 5545 "Update libjingle to 61514460"wu@webrtc.org
> Update libjingle to 61514460 > > TBR=tommi@webrtc.org > > Review URL: https://webrtc-codereview.appspot.com/8649004 TBR=xians@webrtc.org Review URL: https://webrtc-codereview.appspot.com/8669004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/talk@5547 4adac7df-926f-26a2-2b94-8c16560cd09d
2014-02-13Update libjingle to 61514460xians@webrtc.org
TBR=tommi@webrtc.org Review URL: https://webrtc-codereview.appspot.com/8649004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/talk@5545 4adac7df-926f-26a2-2b94-8c16560cd09d
2014-01-29Disable a test assert which fails due to usrsctp not cleaned up in ↵jiayl@webrtc.org
SctpDataEngine.cc BUG=2749 R=fischman@webrtc.org Review URL: https://webrtc-codereview.appspot.com/7739005 git-svn-id: http://webrtc.googlecode.com/svn/trunk/talk@5460 4adac7df-926f-26a2-2b94-8c16560cd09d
2014-01-29Enable SCTP and use OPENSSL on Anroid and NSS on other platforms.jiayl@webrtc.org
It includes unit test fixes to properly initialize SSL if DTLS or SSL random number generator is used in the tests. The private key and certificate constant strings used in some tests are updated to be compatible with NSS. A few potentially overflow type conversions caused compiling warning on Windows and they are fixed by importing and using Chromium's checked_cast, which aborts the program if overflow occurs. It also fixes a leak in nssstreamadapter.cc by releasing the PRFileDesc* in StreamClose. BUG=2253 R=fischman@webrtc.org, juberti@google.com, wu@webrtc.org Review URL: https://webrtc-codereview.appspot.com/4679005 git-svn-id: http://webrtc.googlecode.com/svn/trunk/talk@5459 4adac7df-926f-26a2-2b94-8c16560cd09d
2014-01-14pRevert 5371 "Revert 5367 "Update talk to 59410372.""henrika@webrtc.org
> Revert 5367 "Update talk to 59410372." > > > Update talk to 59410372. > > > > R=jiayl@webrtc.org, wu@webrtc.org > > > > Review URL: https://webrtc-codereview.appspot.com/6929004 > > TBR=mallinath@webrtc.org > > Review URL: https://webrtc-codereview.appspot.com/6999004 TBR=henrika@webrtc.org Review URL: https://webrtc-codereview.appspot.com/7109004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/talk@5381 4adac7df-926f-26a2-2b94-8c16560cd09d
2014-01-13Revert 5367 "Update talk to 59410372."henrika@webrtc.org
> Update talk to 59410372. > > R=jiayl@webrtc.org, wu@webrtc.org > > Review URL: https://webrtc-codereview.appspot.com/6929004 TBR=mallinath@webrtc.org Review URL: https://webrtc-codereview.appspot.com/6999004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/talk@5371 4adac7df-926f-26a2-2b94-8c16560cd09d
2014-01-11Update talk to 59410372.mallinath@webrtc.org
R=jiayl@webrtc.org, wu@webrtc.org Review URL: https://webrtc-codereview.appspot.com/6929004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/talk@5367 4adac7df-926f-26a2-2b94-8c16560cd09d
2014-01-07Fix a compile error on Android on sctpdataengine.cc.wu@webrtc.org
TEST=try bots BUG= R=jiayl@webrtc.org Review URL: https://webrtc-codereview.appspot.com/6719004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/talk@5350 4adac7df-926f-26a2-2b94-8c16560cd09d
2014-01-03Update talk to 59039880.wu@webrtc.org
R=mallinath@webrtc.org Review URL: https://webrtc-codereview.appspot.com/6569004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/talk@5339 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-12-13Update talk to 58127566 together withwu@webrtc.org
https://webrtc-codereview.appspot.com/5309005/. R=mallinath@webrtc.org, niklas.enbom@webrtc.org Review URL: https://webrtc-codereview.appspot.com/5719004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/talk@5277 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-12-12Revert 5274 "Update talk to 58113193 together with https://webrt..."wu@webrtc.org
> Update talk to 58113193 together with https://webrtc-codereview.appspot.com/5309005/. > > R=mallinath@webrtc.org, niklas.enbom@webrtc.org > > Review URL: https://webrtc-codereview.appspot.com/5719004 TBR=wu@webrtc.org Review URL: https://webrtc-codereview.appspot.com/5729004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/talk@5275 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-12-12Update talk to 58113193 together with ↵wu@webrtc.org
https://webrtc-codereview.appspot.com/5309005/. R=mallinath@webrtc.org, niklas.enbom@webrtc.org Review URL: https://webrtc-codereview.appspot.com/5719004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/talk@5274 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-10-16Update talk to 54898858.wu@webrtc.org
TEST=try bots TBR=mallinath Review URL: https://webrtc-codereview.appspot.com/2414004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/talk@4979 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-10-07Update libjingle to 53856368.wu@webrtc.org
R=mallinath@webrtc.org Review URL: https://webrtc-codereview.appspot.com/2366004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/talk@4941 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-09-23Update libjingle to 53057474.mallinath@webrtc.org
R=wu@webrtc.org Review URL: https://webrtc-codereview.appspot.com/2274004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/talk@4818 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-09-13Update libjingle to 52300956sergeyu@chromium.org
R=wu@webrtc.org Review URL: https://webrtc-codereview.appspot.com/2213004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/talk@4744 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-08-10Update libjingle to 50654631.wu@webrtc.org
R=mallinath@webrtc.org Review URL: https://webrtc-codereview.appspot.com/2000006 git-svn-id: http://webrtc.googlecode.com/svn/trunk/talk@4519 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-08-01Update libjingle to 50191337.wu@webrtc.org
R=mallinath@webrtc.org Review URL: https://webrtc-codereview.appspot.com/1885005 git-svn-id: http://webrtc.googlecode.com/svn/trunk/talk@4461 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-07-26Update talk folder to revision=49952949henrike@webrtc.org
git-svn-id: http://webrtc.googlecode.com/svn/trunk/talk@4413 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-07-22Update talk folder to revision=49713299.henrike@webrtc.org
TBR=mallinath@webrtc.org Review URL: https://webrtc-codereview.appspot.com/1848004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/talk@4380 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-07-10Adds trunk/talk folder of revision 359 from libjingles google code tohenrike@webrtc.org
trunk/talk git-svn-id: http://webrtc.googlecode.com/svn/trunk/talk@4318 4adac7df-926f-26a2-2b94-8c16560cd09d