Closed
Bug 916427
Opened 12 years ago
Closed 11 years ago
Update SCTP from upstream
Categories
(Core :: WebRTC: Networking, defect)
Tracking
()
RESOLVED
FIXED
mozilla30
People
(Reporter: jesup, Assigned: jesup)
References
Details
(Whiteboard: [webrtc])
Attachments
(3 files, 2 obsolete files)
|
679 bytes,
patch
|
jesup
:
review+
|
Details | Diff | Splinter Review |
|
4.43 KB,
patch
|
tuexen
:
review+
|
Details | Diff | Splinter Review |
|
314.43 KB,
patch
|
jesup
:
review+
|
Details | Diff | Splinter Review |
Last updated on 3/31/2013 to rev 8441.
| Assignee | ||
Updated•11 years ago
|
Target Milestone: --- → mozilla29
Comment 1•11 years ago
|
||
Attachment #8351577 -
Flags: review?(rjesup)
Comment 2•11 years ago
|
||
The SCTP stack should be upgraded to rev. 8775 or higher.
Several bugs have been fixed (including memory leaks) and
the support of various platforms has been improved.
Please note that the following files should be removed from
the repo:
netwerk/sctp/src/netinet/sctp_dtrace_declare.h
netwerk/sctp/src/netinet/sctp_dtrace_define.h
netwerk/sctp/src/netinet/sctp_hashdriver.c
netwerk/sctp/src/netinet/sctp_hashdriver.h
Also the patch attached needs to be applied to
netwerk/sctp/src/moz.build
Please let me know of any issues.
| Assignee | ||
Updated•11 years ago
|
Attachment #8351577 -
Flags: review?(rjesup) → review+
| Assignee | ||
Comment 4•11 years ago
|
||
| Assignee | ||
Comment 5•11 years ago
|
||
| Assignee | ||
Comment 6•11 years ago
|
||
| Assignee | ||
Updated•11 years ago
|
Attachment #8385442 -
Flags: review?(tuexen)
| Assignee | ||
Comment 7•11 years ago
|
||
https://tbpl.mozilla.org/?tree=Try&pusher=rjesup@wgate.com with the moz.build patch on this bug
| Assignee | ||
Comment 8•11 years ago
|
||
| Assignee | ||
Updated•11 years ago
|
Attachment #8385442 -
Attachment is obsolete: true
Attachment #8385442 -
Flags: review?(tuexen)
| Assignee | ||
Comment 9•11 years ago
|
||
Removes the 4 files mentioned earlier, and the SHA1_CTX stuff is no longer needed in the mods patch (just some Android ifdefs)
| Assignee | ||
Updated•11 years ago
|
Attachment #8385441 -
Attachment is obsolete: true
| Assignee | ||
Updated•11 years ago
|
Attachment #8388079 -
Flags: review?(tuexen)
| Assignee | ||
Comment 10•11 years ago
|
||
Comment on attachment 8388080 [details] [diff] [review]
netwerk/sctp/src updated to version 8815 from SVN on Tue Mar 4 2014 rs=jesup
rs=jesup,tuexen
Attachment #8388080 -
Flags: review+
Comment 11•11 years ago
|
||
Comment on attachment 8388079 [details] [diff] [review]
rollup of modifications (Android) plus restore missing sha1 defines in this version rs=jesup
Review of attachment 8388079 [details] [diff] [review]:
-----------------------------------------------------------------
Please have a look at my comment. Possibly we can minimize the changes...
::: netwerk/sctp/src/user_inpcb.h
@@ +38,5 @@
> +#if defined(ANDROID)
> +#include <arpa/inet.h>
> +#include <netinet/in.h>
> +/* missing defines in Android bionic libc/NDK */
> +typedef uint16_t in_port_t;
Why is this define needed. In
https://code.google.com/p/sctp-refimpl/source/detail?r=8586
I removed in_port_t from the code.
So can't this change be removed?
Attachment #8388079 -
Flags: review?(tuexen) → review+
Comment 12•11 years ago
|
||
(In reply to Michael Tüxen from comment #11)
> Comment on attachment 8388079 [details] [diff] [review]
> rollup of modifications (Android) plus restore missing sha1 defines in this
> version rs=jesup
>
> Review of attachment 8388079 [details] [diff] [review]:
> -----------------------------------------------------------------
>
> Please have a look at my comment. Possibly we can minimize the changes...
>
> ::: netwerk/sctp/src/user_inpcb.h
> @@ +38,5 @@
> > +#if defined(ANDROID)
> > +#include <arpa/inet.h>
> > +#include <netinet/in.h>
> > +/* missing defines in Android bionic libc/NDK */
> > +typedef uint16_t in_port_t;
>
> Why is this define needed. In
> https://code.google.com/p/sctp-refimpl/source/detail?r=8586
> I removed in_port_t from the code.
> So can't this change be removed?
I meant typedef instead of define...
| Assignee | ||
Comment 13•11 years ago
|
||
https://tbpl.mozilla.org/?tree=Try&rev=b26bf1c2379a
With the unneeded part removed per the review
https://hg.mozilla.org/integration/mozilla-inbound/rev/de392d555da8
https://hg.mozilla.org/integration/mozilla-inbound/rev/01ca94b4729f
Target Milestone: mozilla29 → mozilla30
Comment 14•11 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/de392d555da8
https://hg.mozilla.org/mozilla-central/rev/01ca94b4729f
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•