google / google/gvisor

Support TCP segmentation when DontFragment is set and packet exceeds outgoing MTU

Open
#5,919 0 comments 0 reactions 1 assignee Claimed by @obrown06 View on GitHub
type: enhancement
Dominant language
Go
Stars
19.3k
Forks
2k
Avg merge
3d 5h
Merged PRs (30d)
264

Description

Currently, we assume that packets sent by our stack have DontFragment == 0. This means that we fragment packets in the IP layer instead of segmenting them in the transport layer.

Code reference: https://source.corp.google.com/piper///depot/google3/third_party/gvisor/pkg/tcpip/network/ipv4/ipv4.go;l=436?q=ipv4.go&ss=piper%2FGoogle%2FPiper:google3%2Fthird_party%2Fgvisor%2Fpkg%2Ftcpip%2F

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.