Huachun Wang

Results 4 comments of Huachun Wang

smf.yaml: logger: file: /open5gs/install/var/log/open5gs/smf.log parameter: no_ipv4v6_local_addr_in_packet_filter: true smf: freeDiameter: /open5gs/install/etc/freeDiameter/smf.conf sbi: - addr: SMF_IP port: 7777 gtpc: - addr: SMF_IP gtpu: - addr: SMF_IP pfcp: - addr: SMF_IP subnet: -...

There is a memory leak issue with https://github.com/warmcat/libwebsockets/commit/b486c2b545665b3174f7a466b4072b2a60916ed2

Make one test program with libwebsockets, 1/ Create 2000 threads with 2000 lws clients 2/ Connect to minimal-ws-server-threads 3/ Each connection keep 10 seconds, then disconnect and reconnect 4/ Keep...

Use NGINX proxy for auth or security protection underscores_in_headers on; server { server_name _; listen 80; default_type application/octet-stream; access_log /dev/null main; error_log /dev/null error; if ( $http_authorization != 'Bearer 13245678'...