Skip to content

Instantly share code, notes, and snippets.

@martinomburajr
Created May 14, 2019 05:13
Show Gist options
  • Select an option

  • Save martinomburajr/e01e5ead3d928ec7451cb1ccb3143e90 to your computer and use it in GitHub Desktop.

Select an option

Save martinomburajr/e01e5ead3d928ec7451cb1ccb3143e90 to your computer and use it in GitHub Desktop.
The net conn struct that has a pointer to a network file descriptor
type conn struct {
fd *netFD
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment