Created
May 14, 2019 05:13
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| type conn struct { | |
| fd *netFD | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment