GGist / ssdp-rs

Simple Service Discovery Protocol In Rust
Apache License 2.0
42 stars 13 forks source link

increase packet size to default mtu length #44

Closed joprice closed 5 years ago

joprice commented 5 years ago

This fixes the issue I was hitting in https://github.com/GGist/ssdp-rs/issues/42, where some of the packet was being truncated. I increased the buffer size and logged the error so it is easier to debug in the future.

GGist commented 5 years ago

Makes sense, thanks!