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

proposal: net: receiving IPv4 header on raw IPv4 socket #7037

Open
mikioh opened this issue Dec 31, 2013 · 1 comment
Open

proposal: net: receiving IPv4 header on raw IPv4 socket #7037

mikioh opened this issue Dec 31, 2013 · 1 comment
Labels
Go2Cleanup Used by Ian and Robert for Go 2 organization. Unless you’re Ian or Robert, please do not use this. v2 A language change or incompatible library change
Milestone

Comments

@mikioh
Copy link
Contributor

mikioh commented Dec 31, 2013

// BUG(mikio): On every POSIX platform, reads from the "ip4" network
// using the ReadFrom or ReadFromIP method might not return a complete
// IPv4 packet, including its header, even if there is space
// available. This can occur even in cases where Read or ReadMsgIP
// could return a complete packet. For this reason, it is recommended
// that you do not uses these methods if it is important to receive a
// full packet.
//
// The Go 1 compatibility guidelines make it impossible for us to
// change the behavior of these methods; use Read or ReadMsgIP
// instead.
@mikioh
Copy link
Contributor Author

mikioh commented Dec 31, 2013

Comment 1:

Labels changed: added repo-main.

@bradfitz bradfitz added v2 A language change or incompatible library change and removed release-go2 labels Dec 17, 2014
@rsc rsc added this to the Unplanned milestone Apr 10, 2015
@rsc rsc removed the repo-main label Apr 14, 2015
@rsc rsc changed the title net: receiving IPv4 header on raw IPv4 socket proposal: net: receiving IPv4 header on raw IPv4 socket Jun 17, 2017
@ianlancetaylor ianlancetaylor added the Go2Cleanup Used by Ian and Robert for Go 2 organization. Unless you’re Ian or Robert, please do not use this. label Dec 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Go2Cleanup Used by Ian and Robert for Go 2 organization. Unless you’re Ian or Robert, please do not use this. v2 A language change or incompatible library change
Projects
None yet
Development

No branches or pull requests

4 participants