mirror of
https://github.com/impact-eintr/netstack.git
synced 2025-10-11 07:40:04 +08:00
FIXME!!! 为什么客户端会重复发送 fin|ack
This commit is contained in:
@@ -26,7 +26,7 @@ func (v Value) InRange(a, b Value) bool {
|
||||
}
|
||||
|
||||
// InWindows check v in [first, first+size)
|
||||
func (v Value) InWindows(first Value, size Size) bool {
|
||||
func (v Value) InWindow(first Value, size Size) bool {
|
||||
return v.InRange(first, first.Add(size))
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user