The following two functions can be used to retrieve system information. For details, see the Reference Manual. A checkpoint is a transaction consistent state that spans over one or more tables. When a ...
There is no support for DTLS over SCTP. There is no explicit support for peer discovery (section 5.2). It can possibly be implemented on top of diameter as is but this is probably something that ...
Dynamic driver loader and linker.
An Erlang driver is a library containing a set of native driver callback functions that the Erlang Virtual Machine calls when certain events occur. There can be multiple instances of a driver, each ...
The HTTP server, also referred to as httpd, handles HTTP requests as described in RFC 2616 with a few exceptions, such as gateway and proxy functionality. The server supports IPv6 as long as the ...
This document describes the changes made to the EDoc application.
The operator of a Common Test system can receive event notifications continuously during a test run. For example, Common Test reports when a test case starts and stops, the current count of successful ...
Fixed a bug where calling httpc:set_options/2 when one of keys: ipfamily or unix_socket, was not present, would cause the other value to get overriden by the default value. The validation of these ...
The erl_ddll module provides an interface for loading and unloading erlang linked in drivers in runtime. When describing a set of functions, (i.e. a module, a part of a module or an application) ...
This behavior module implements the back end of the Erlang tracing system. The functions in this module are called whenever a trace probe is triggered. Both the enabled and trace functions are called ...