You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Performance Boost
Improved overall efficiency by avoiding process context resolution for packets originating from a known proxy port. This change significantly reduces overhead during high-throughput operations.
π§ Technical Details
Process context lookup is now bypassed for traffic on predefined proxy ports.
Results in lower CPU usage and faster packet handling, especially in proxy-intensive scenarios.
π¦ Upgrade Notes
No manual configuration changes are required.
Fully backward compatible with previous ProxiFyre v2.x versions.