Handle all appropriate ICMP errors at transport layer
Open
area: networking
revived
type: bug
- Dominant language
- Go
- Stars
- 19.3k
- Forks
- 2k
- Avg merge
- 3d 5h
- Merged PRs (30d)
- 264
Description
Currently, only a select few ICMP errors are handled at the transport layer, but we should be handling all errors.
E.g. TCP does not handle much of ICMPv6 Destination Unreachable, and UDP doesn't handle anything other than port unreachable.
Contributor guide
Assessment
This issue has not been assessed yet.