You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added new API methods: trace_get_uri_format() and trace_get_uri_body().
etsilive: added ability to have keepalive messages be returned by packet read functions by setting the environment variable LIBTRACE_ETSILI_SHOW_KEEPALIVE.
ndagtcp: fix uninitialised address size when accepting connections
ndagtcp: fix packet reassembly bug that would occasionally result in malformed packets.
ndag / ndagtcp: set libtrace error state when a received packet is unable to be parsed due to invalid header content.
Fixed parsing bug in trace_set_configuration() that affected configuration strings that ended in a ] character.
ndagtcp: fixed bug where the beacon thread would not be started for ndagtcp inputs that were started after a previous ndagtcp input had been paused or destroyed.