STVHA

Results 3 issues of STVHA

I am using SRT 5.3.1 for data transmission from one PC to another. I setup for both sender and receiver like this: - Transtype=SRTT_FILE, - MessageAPI=true, - BlockingMode = false,...

Type: Bug
[core]

This PR fixes some issues relating the 'enum-minify' option: - Fixed a bug the option skips UnionVerify and UnionVectorVerify signature generation. - Added a blank line below each generated enum.

c++
codegen

I found several incompatibility issues when I built gSOAP's plugins with wolfssl. 1. OpenSSL version checking issue One of gSOAP's plugins (mecevp) uses OPENSSL_VERSION_NUMBER to choose functions to compile, the...