b8560
📦 llama-cppView on GitHub →
✨ 2 features🐛 1 fixes🔧 1 symbols
Summary
This release enhances the server component by adding control over SO_REUSEPORT socket options and includes a fix for Windows compatibility.
Migration Steps
- If you rely on SO_REUSEPORT being enabled by default when running the server, you may need to update your startup command to include the --reuse-port flag.
✨ New Features
- Added ability to disable SO_REUSEPORT via custom socket options in the server.
- Introduced the --reuse-port command-line argument for llama-server to control SO_REUSEPORT.
🐛 Bug Fixes
- Fixed an issue related to Windows compatibility.