Hi Leonid!
2016-02-15 16:59 GMT+02:00 Leonid Lisovskiy lly.dev@gmail.com:
Which MIPS version you are using, exactly? i.e. mips32r2? mips64r6? Could you provide your .config?
mips32r2. The config is the default buildroot config (except for prefix and locales): see attached.
Are you able to bisect commits between 1.0.9 - 1.0.10 ? The single MIPS-specific changes, I can see, is - "Replace MIPS specific memcpy.S/memset.S with version from glibc/newlib." 2636b17616
Bingo! After I reverted memcpy.S/memset.S to pre-2636b17616 (e3c3bf2b580), the issue with transmission is gone. So does the deluge sslv3 handshake issue I described.
I'll add patch to Optware-ng to revert memcpy.S/memset.S for now.
Thanks, Alex