whisper.cpp/ggml/src/ggml-rpc
Radoslav Gerganov 32789b9e07
rpc : refactor the RPC transport (llama/21998)
* rpc : refactor the RPC transport

Move all transport related code into a separate file and use the
socket_t interface to hide all transport implementation details.

* fix win32

* better socket_t construction
2026-04-30 11:29:12 +03:00
..
CMakeLists.txt rpc : refactor the RPC transport (llama/21998) 2026-04-30 11:29:12 +03:00
ggml-rpc.cpp rpc : refactor the RPC transport (llama/21998) 2026-04-30 11:29:12 +03:00
transport.cpp rpc : refactor the RPC transport (llama/21998) 2026-04-30 11:29:12 +03:00
transport.h rpc : refactor the RPC transport (llama/21998) 2026-04-30 11:29:12 +03:00