Files
mfahampshire 9b6b2117dd Max/general abstraction updates (#5560)
- new instance of echo server with lib / cli split 
- echo server docs update 
- tcpproxy and echosever now listen for kill signal 
- ffi bindings of tcpproxy functions updated
2025-05-14 15:51:18 +00:00
..

FFI

This repo contains bindings for C/C++ and Go in the respectively named directories.

shared/ contains shared 'internal' functions which are imported by bindings. Primarily these functions rely on managing:

  • that the client is not mutated by multiple threads simultaneously
  • that client actions happen in blocking threads