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 9a2fb30
Showing 1 changed file with 224 additions and 158 deletions.
Loading

0 comments on commit 9a2fb30

Please sign in to comment.