mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-10 13:00:29 +03:00
parent
03c34cc73f
commit
aac17fc81a
Notes:
sideshowbarker
2024-07-19 10:15:36 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/aac17fc81ad
@ -331,7 +331,7 @@ KResult TCPSocket::protocol_connect(FileDescription& description, ShouldBlock sh
|
||||
|
||||
allocate_local_port_if_needed();
|
||||
|
||||
m_sequence_number = 0;
|
||||
m_sequence_number = get_good_random<u32>();
|
||||
m_ack_number = 0;
|
||||
|
||||
set_setup_state(SetupState::InProgress);
|
||||
|
Loading…
Reference in New Issue
Block a user