Ipv4ReassemblePacket Method |
Reassembles fragmented IP packets and hands them up to the transport
layer once they have been fully reassembled.
Namespace: Network.Sim.Network.IpAssembly: Network.Sim (in Network.Sim.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void ReassemblePacket(
IpPacket packet
)
Parameters
- packet
- Type: Network.Sim.Network.IpIpPacket
An IP packet representing a fragment of a
fragmented packet.
See Also