I found a solution without hacking into the library itself. Since my system is
running glibc, I forced all mem request to use mmap with
mallopt(M_MMAP_THRESHOLD, 0), which release the memory back to the system when
free is called, testing shows so far so good.
--
qun-ying
- Original Mes
Hi,
I am running the "UDP: DTLS Echo Server and Client" from
http://sctp.fh-muenster.de/dtls-samples.html
The only difference is my code uses pre-shared key.
The issue I am facing is after the server accepting couple of hundred
connections (to few hundred
depending on timeouts set) the ser
On Fri, Oct 01, 2010, Hasan Rezaul-CHR010 wrote:
> Thank You sooo much Kyle and Tomas,
>
> Another question. I have a Linux machine that is running openssl 0.9.8g.
> It looks like it uses CRL Version 1 ? Is this correct ? Is there a way to
> force my openssl 0.9.8g to use CRL version 2 ???
>
Hmm, I use v2 CRLs (issued from EJBCA) all the time with apache mod_ssl
for example, and that uses openssl in the back-end of course. No
problems there. All on Linux machines as well.
If openssl can check the CRLs, e.g. with 'openssl crl' it should be no
problem. If you generate the certific