Categorygithub.com/birneee/go-socket-oob
modulepackage
0.0.0-20231201151452-bc3885dc1910
Repository: https://github.com/birneee/go-socket-oob.git
Documentation: pkg.go.dev

# README

Socket OOB Control Message Utils for Go

Experimental

Planned features

  • append, read, modify, remove
    • generic socket OOB control messages
    • ECN flags
    • GSO size
    • IPv6 destination options

Supported Systems

Currently only Linux is supported.

References

# Functions

No description provided by the author
No description provided by the author
IsGROEnabled tests if GSO is enabled on this socket.
IsGROSupported tests if the kernel supports GRO.
IsGSOSupported tests if the kernel supports GSO.
ReadGRO uses generic receive offload.
WriteGSO uses generic segmentation offload.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
11.
00.
No description provided by the author
10.
01.
No description provided by the author

# Variables

No description provided by the author

# Structs

No description provided by the author
No description provided by the author
Segments represents a series of network packets in one byte array.

# Interfaces

No description provided by the author

# Type aliases

No description provided by the author