1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-23 00:00:06 +01:00
libwebsockets/lib/core-net/client
Andy Green 06509e287d lws_conmon: connection monitoring and stats generation
This provides a build option LWS_WITH_CONMON that lets user code recover
detailed connection stats on client connections with the LCCSCF_CONMON
flag.

In addition to latencies for dns, socket connection, tls and first protocol
response where possible, it also provides the user code an unfiltered list
of DNS responses that the client received, and the peer it actually
succeded to connect to.
2021-03-17 07:31:49 +00:00
..
client.c type comparisons: fixes 2021-01-05 10:56:38 +00:00
conmon.c lws_conmon: connection monitoring and stats generation 2021-03-17 07:31:49 +00:00
connect.c lws_metrics 2021-03-08 21:47:28 +00:00
connect2.c lws_conmon: connection monitoring and stats generation 2021-03-17 07:31:49 +00:00
connect3.c lws_conmon: connection monitoring and stats generation 2021-03-17 07:31:49 +00:00
connect4.c lws_metrics 2021-03-08 21:47:28 +00:00
sort-dns.c netlink: migrate to context 2021-03-08 20:43:19 +00:00