Description Finds optimum MTU between local and remote peer.
Return Type
None
Syntax
object.FindMTU Timeout
The FindMTU Method syntax has these parts:
|
object | An expression evaluating to an object of type wodVPN. | Timeout | Required. A Long value. Timeout value, in seconds, before FindMTU will give up. |
Remarks FindMTU method will initiate sending packets to remote peer in order to find maximum packet that can be sent
to remote peer without being fragmented. Since each packet, besides the data, contains fixed-size headers, using larger packets means that more data is sent in each packet. When FindMTU completes,
FindMTUDone event is fired.
|