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
issue: Currently, TCP out only the same port is supported
file: OutboundDivertProxy.cpp
line:104
current: tcp_hdr->DstPort = htons(record->forwardPort);
right: tcp_hdr->DstPort = htons(record->dstPort);
The text was updated successfully, but these errors were encountered:
issue: Currently, TCP out only the same port is supported
file: OutboundDivertProxy.cpp
line:104
current: tcp_hdr->DstPort = htons(record->forwardPort);
right: tcp_hdr->DstPort = htons(record->dstPort);
The text was updated successfully, but these errors were encountered: