This PR addresses a problem where a send call for a IPv6 address that was unreachable caused the program to crash. This send error will be handled like other send errors that are specific problems with the connection. The error is dispatched back to the connection and thrown there.
Description
This PR addresses a problem where a send call for a IPv6 address that was unreachable caused the program to crash. This send error will be handled like other send errors that are specific problems with the connection. The error is dispatched back to the connection and thrown there.
Issues Fixed
Tasks
EHOSTUNREACH
to the errors that are dispatched back to the connection.Final checklist