Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(netstack): TCPConn must not implement net.PacketConn #40

Merged
merged 1 commit into from
Nov 27, 2024

Conversation

bassosimone
Copy link
Member

Otherwise, miekg/dns cannot distinguish between TCP and UDP.

Fix by using composition rather than embedding.

Otherwise, miekg/dns cannot distinguish between TCP and UDP.

Fix by using composition rather than embedding.
@bassosimone bassosimone merged commit 2270ccf into main Nov 27, 2024
1 check passed
@bassosimone bassosimone deleted the fix/conn branch November 27, 2024 19:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant