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
I see you opted for non-generic packet types, i.e., ScionPacketRaw vs ScionPacket<Raw> and ScionPacketUdp vs ScionPacket<Udp>. What prompted the choice?
#113 adds an additional ScionPacketScmp. It might make sense to at least consolidate the UDP and SCMP variants, as they share significant amounts of code.
I see you opted for non-generic packet types, i.e.,
ScionPacketRaw
vsScionPacket<Raw>
andScionPacketUdp
vsScionPacket<Udp>
. What prompted the choice?Originally posted by @jpcsmith in #71 (comment)
The text was updated successfully, but these errors were encountered: