mirror of
https://github.com/open5gs/open5gs.git
synced 2026-04-28 03:19:31 +00:00
In lib/sbi/client.c, the conditional compilation for CURLMOPT_MAX_CONCURRENT_STREAMS was using #ifdef, which does not ensure the option is set when the symbol is undefined. Replace the check with #if CURL_AT_LEAST_VERSION(7,67,0) so that the client applies the max concurrent streams setting on supported libcurl versions. This fixes pool.event always showing the default value and enables dynamic adjustment according to pool.stream. |
||
|---|---|---|
| .. | ||
| app | ||
| asn1c | ||
| core | ||
| crypt | ||
| dbi | ||
| diameter | ||
| gtp | ||
| ipfw | ||
| metrics | ||
| nas | ||
| ngap | ||
| pfcp | ||
| proto | ||
| s1ap | ||
| sbi | ||
| sctp | ||
| tun | ||
| meson.build | ||