Click or drag to resize
Ipv4ReassemblePacket Method
Reassembles fragmented IP packets and hands them up to the transport layer once they have been fully reassembled.

Namespace: Network.Sim.Network.Ip
Assembly: Network.Sim (in Network.Sim.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void ReassemblePacket(
	IpPacket packet
)

Parameters

packet
Type: Network.Sim.Network.IpIpPacket
An IP packet representing a fragment of a fragmented packet.
See Also