net icon indicating copy to clipboard operation
net copied to clipboard

[mirror] Go supplementary network libraries

Results 59 net issues
Sort by recently updated
recently updated
newest added

Signed-off-by: alpha-baby

cla: yes

Some file systems do not allow opening directories with a write flag. The PROPPATCH implementation always opens all files it tries to patch with O_RDWR. When running on Linux with...

cla: yes

The WebDAV RFC is pretty clear that if the source and destination of a MOVE request are locked, then the request must include lock tokens for both. It doesn't explicitly...

cla: yes

The WebDAV RFC indicates that locks rooted on deleted resource MUST be destroyed. The WebDAV server does not do this with the builtin in-memory lock system (memLS). This commit adds...

cla: yes

This change adds support for SVCB and its sister HTTPS record types. The new type Param is used for both records and the parsing/packing is shared between them as both...

cla: yes

Signed-off-by: Yang Song This change enables HTTP/2 server to receive and send unknown frames. If the APIs look OK, I will add more tests. Thank @tombergan for the initial feedback!...

cla: yes

My use case is reading and processing lots of UDP multicast data ~ 3.5Gbps, over 2M Packets per second. This being UDP, the kernel will deliver one packet per buffer....

cla: yes

net/ipv4: Support JoinSourceSpecificGroup and LeaveSourceSpecificGroup for Windows This implementation adds the socket options IP_ADD_SOURCE_MEMBERSHIP and IP_DROP_SOURCE_MEMBERSHIP to the list of the sockopts supported on Windows. It uses [Winsock](https://docs.microsoft.com/en-us/windows/win32/winsock/ipproto-ip-socket-options) the same...

cla: yes

When there are less than 5 events in a trace, the `tr.events` slice is backed by the `tr.eventsBuf` array. This leads to a race between the background recycler invocation in...

cla: yes