-
Notifications
You must be signed in to change notification settings - Fork 162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
snet: API function/type renaming #3690
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 34 of 34 files at r1.
Reviewable status: complete! all files reviewed, all discussions resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 34 of 34 files at r1.
Reviewable status: complete! all files reviewed, all discussions resolved
- Rename UDPAddrFromString to ParseUDPAddr - Rename SCIONPacket to Packet, SCIONPacketInfo to PacketInfo - Remove snet.Conn interface, rename SCIONConn to Conn This breaks the API. Contributes scionproto#3136 Closes scionproto#3675
- Rename UDPAddrFromString to ParseUDPAddr - Rename SCIONPacket to Packet, SCIONPacketInfo to PacketInfo - Remove snet.Conn interface, rename SCIONConn to Conn This breaks the API. Contributes scionproto#3136 Closes scionproto#3675
- Rename UDPAddrFromString to ParseUDPAddr - Rename SCIONPacket to Packet, SCIONPacketInfo to PacketInfo - Remove snet.Conn interface, rename SCIONConn to Conn This breaks the API. Contributes scionproto#3136 Closes scionproto#3675
This breaks the API.
Contributes #3136
Closes #3675
This change is