Closed oncilla closed 3 weeks ago
Change the snet.UDPAddr.String() method to return the address in a format that is compatible with net.SplitHostPort. This will allow non SCION aware applications to extract the host and port part without the need to understand it is a SCION address.
This change is
No objection, but... does SplitHostPort understand something like: [1-ff00:0:320,2001::1%some-zone]:20000 ^ ^ anyway?
[1-ff00:0:320,2001::1%some-zone]:20000
^ ^
Change the snet.UDPAddr.String() method to return the address in a format that is compatible with net.SplitHostPort. This will allow non SCION aware applications to extract the host and port part without the need to understand it is a SCION address.