Custom Query (2195 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (58 - 60 of 2195)

Ticket Resolution Summary Owner Reporter
#2207 fixed Fix build failure when using Android NDK r20 ming ming
Description

When building Android with NDK r20, libyuv will fail to build with many errors, such as:

In file included from ../../yuv/source/compare.cc:14:
In file included from ndk20/sources/cxx-stl/llvm-libc++/include/math.h:309:
In file included from ndk20/sources/cxx-stl/llvm-libc++/include/type_traits:406:
ndk20/sources/cxx-stl/llvm-libc++/include/cstddef:50:9: error:
      no member named 'ptrdiff_t' in the global namespace
using ::ptrdiff_t;
      ~~^
ndk20/sources/cxx-stl/llvm-libc++/include/cstddef:51:9: error:
      no member named 'size_t' in the global namespace
using ::size_t;
      ~~^
#2206 fixed Avoid calling SSL_shutdown() in DTLS media transport if handshake isn't completed yet ming ming
Description

Calling SSL_shutdown() in DTLS media transport if handshake isn't completed will give the following error:

SSL  SSL_ERROR_SSL (Read): Level: 0 err: <336462231> <SSL routines-SSL_shutdown-shutdown while in init> len: 4000

This is similar to what's reported in r5648.

#2205 fixed Use bound address for outgoing UDP SIP messages ming ming
Description

For TCP&TLS, we already have ticket #1575, which will use the configured bind address for outgoing messages. However, for UDP, this is not the case. So even though the user has specified the bound_addr when calling pjsua_transport_create(UDP,...), the outgoing messages may still use different Via and Contact addresses.

Note: See TracQuery for help on using queries.