Change8

b8841

📦 llama-cppView on GitHub →
🐛 2 fixes🔧 2 symbols

Summary

The RPC transport layer has been significantly refactored to isolate transport logic using the socket_t interface, alongside fixes for Windows and improvements to socket_t construction.

Migration Steps

  1. Users relying on the internal structure of the RPC transport layer should review their code due to the refactoring that moves transport-related code into a separate file and abstracts implementation details behind the socket_t interface.

🐛 Bug Fixes

  • Fixed an issue on Windows related to win32.
  • Improved the construction of the socket_t interface.

Affected Symbols