-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
items to complete before release:
- new ICMP type not restricted only to RFC combinations
- Consider pkg reorg: Should keep both
netset.TransportSetandconnection.Set? (also confusing withnetset.ConnectionSet) -- removeconnection.Set, consider renamingnetset.ConnectionSet.
additional items:
- Remove unused code in package
netp - Keep or remove unused
rightTripleSetandouterTripleSet? - Add NumPartitions interface method to TripleSet?
- Validation of types ranges (ports, icmp properties, etc), error handling
- Define type
TripleDisjointfor 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
LeftTripleSetbe defined astype LeftTripleSet[S1 Set[S1], S2 Set[S2], S3 Set[S3]] Product[Product[S1, S2], S3](instead of new struct with one member)? - check tests coverage, add relevant tests
Metadata
Metadata
Assignees
Labels
No labels