shamblett / coap

A Coap package for dart
Other
16 stars 13 forks source link

feat(client): set default `InternetAddressType` to `any` #62

Closed JKRhb closed 2 years ago

JKRhb commented 2 years ago

This PR applies a small change to the client by setting the default addressType to InternetAddressType.any which should make it possible to use both IPv4 and IPv6 addresses by default on most systems.