Skip to content

Commit d46be4b

Browse files
committed
net: Add missing break in TCP TS option
1 parent fe81a8d commit d46be4b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/net/tcp/connection.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -993,6 +993,7 @@ void Connection::parse_options(const Packet& packet) {
993993
}
994994
}
995995
opt += option->length;
996+
break;
996997
}
997998

998999
default:

0 commit comments

Comments
 (0)