zubairhamed / canopus

CoAP Client/Server implementing RFC 7252 for the Go Language
Apache License 2.0
154 stars 41 forks source link

Reuse existing connection #75

Closed crenz closed 8 years ago

crenz commented 8 years ago

When sending UDP messages, now reuses the previousy opened local port, rather than opening a new local port to send from.

Fixes issue https://github.com/zubairhamed/canopus/issues/74 .