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
new ICMP type not restricted only to RFC combinations
Consider pkg reorg: Should keep both netset.TransportSet and connection.Set ? (also confusing with netset.ConnectionSet) -- remove connection.Set , consider renaming netset.ConnectionSet.
additional items:
Remove unused code in package netp
Keep or remove unused rightTripleSet and outerTripleSet?
Add NumPartitions interface method to TripleSet?
Validation of types ranges (ports, icmp properties, etc), error handling
Define type TripleDisjoint for supporting other protocol numbers in connection set?
Revisit string() functions for the various types in package netset
More tests for extended connection set
Document example objects, operations, etc , better documentation for packages , readme with examples , internal representation impact
type definitions: can LeftTripleSet be defined as type LeftTripleSet[S1 Set[S1], S2 Set[S2], S3 Set[S3]] Product[Product[S1, S2], S3] (instead of new struct with one member)?
items to complete before release:
netset.TransportSetandconnection.Set? (also confusing withnetset.ConnectionSet) -- removeconnection.Set, consider renamingnetset.ConnectionSet.additional items:
netprightTripleSetandouterTripleSet?TripleDisjointfor supporting other protocol numbers in connection set?netsetLeftTripleSetbe defined astype LeftTripleSet[S1 Set[S1], S2 Set[S2], S3 Set[S3]] Product[Product[S1, S2], S3](instead of new struct with one member)?