]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb/src/third_party/duktape-1.8.0/examples/debug-trans-socket/README.rst
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / third_party / prometheus-cpp / 3rdparty / civetweb / src / third_party / duktape-1.8.0 / examples / debug-trans-socket / README.rst
1 ================================================
2 Debug transport using a simple socket connection
3 ================================================
4
5 This example implements an example debug transport which uses a Linux or
6 Windows TCP server socket on the debug target.
7
8 Files:
9
10 * ``duk_trans_socket.h``: header file for the transport, used for both Linux
11 and Windows socket variants.
12
13 * ``duk_trans_socket_unix.c``: implementation for Linux/Unix.
14
15 * ``duk_trans_socket_windows.c``: implementation for Windows.
16
17 Compile either Unix or Windows source file only.