The following functions set the various specific layers in the final packet. Note that if many layers call SetX, the first call is kept and all other calls are ignored.
(LinkLayer)
| 47 | // packet. Note that if many layers call SetX, the first call is kept and all |
| 48 | // other calls are ignored. |
| 49 | SetLinkLayer(LinkLayer) |
| 50 | SetNetworkLayer(NetworkLayer) |
| 51 | SetTransportLayer(TransportLayer) |
| 52 | SetApplicationLayer(ApplicationLayer) |
no outgoing calls
no test coverage detected