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
When a network is correctly set up, there are no MTU issues at Gatekeeper servers. Nevertheless, it can be difficult to identify if a protected server has a wrong MTU. Therefore, Gatekeeper servers should log packets coming from the back net to be forwarded to the front net whose size exceeds the front net's MTU. This new log entry should be implemented in gk/main.c:process_fib_back().
A log entry for the reverse situation should also be implemented. This case should be very rare, so it's more for completeness than actual functionality.
The text was updated successfully, but these errors were encountered:
When a network is correctly set up, there are no MTU issues at Gatekeeper servers. Nevertheless, it can be difficult to identify if a protected server has a wrong MTU. Therefore, Gatekeeper servers should log packets coming from the back net to be forwarded to the front net whose size exceeds the front net's MTU. This new log entry should be implemented in
gk/main.c:process_fib_back()
.A log entry for the reverse situation should also be implemented. This case should be very rare, so it's more for completeness than actual functionality.
The text was updated successfully, but these errors were encountered: