mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Internal change.
PiperOrigin-RevId: 195980843 Change-Id: I066f9696b69e92e144c2c8d2c2aa52c546df94fb
This commit is contained in:
@@ -106,6 +106,11 @@ func (t *TCB) OutboundSendSequenceNumber() seqnum.Value {
|
||||
return t.outbound.nxt
|
||||
}
|
||||
|
||||
// InboundSendSequenceNumber returns the snd.NXT for the inbound stream.
|
||||
func (t *TCB) InboundSendSequenceNumber() seqnum.Value {
|
||||
return t.inbound.nxt
|
||||
}
|
||||
|
||||
// adapResult modifies the supplied "Result" according to the state of the TCB;
|
||||
// if r is anything other than "Alive", or if one of the streams isn't closed
|
||||
// yet, it is returned unmodified. Otherwise it's converted to either
|
||||
|
||||
Reference in New Issue
Block a user