Skip to content

Commit

Permalink
Refactored FortiVPN code to improve throughput.
Browse files Browse the repository at this point in the history
Use buffers to send as much data as possible, and only flush when no
data was sent.
Use PPP MTU to limit packets before sending to FortiVPN.
Use a simpler approach with a single "thread" that looks like sync code.
  • Loading branch information
zlogic committed Dec 3, 2024
1 parent 612b737 commit ffe3c84
Showing 1 changed file with 222 additions and 170 deletions.
Loading

0 comments on commit ffe3c84

Please sign in to comment.