# HG changeset patch # User Tommaso Pecorella # Date 1464122968 -7200 # Parent 29f44a43de620d2af915ee9cbfa166375f65e8dd internet: (fixes #231) Avoid adding SocketAddressTag twice SSocketAddressTag was a long-standing API glitch. It was used to replicate the RecvFrom effect (i.e., to know the source address of packet) without calling RecvFrom. This option is more harmful than useful, because in case of tunnels the new tag needs to replace the old one. Moreover, there is no real need to create a new API when there is a perfectly working one (i.e., RecvFrom). diff --git a/CHANGES.html b/CHANGES.html --- a/CHANGES.html +++ b/CHANGES.html @@ -57,6 +57,15 @@

Changes to existing API:

Changes to build system: