mirror of
https://github.com/RGBCube/serenity
synced 2025-05-22 16:35:08 +00:00
parent
03c34cc73f
commit
aac17fc81a
1 changed files with 1 additions and 1 deletions
|
@ -331,7 +331,7 @@ KResult TCPSocket::protocol_connect(FileDescription& description, ShouldBlock sh
|
||||||
|
|
||||||
allocate_local_port_if_needed();
|
allocate_local_port_if_needed();
|
||||||
|
|
||||||
m_sequence_number = 0;
|
m_sequence_number = get_good_random<u32>();
|
||||||
m_ack_number = 0;
|
m_ack_number = 0;
|
||||||
|
|
||||||
set_setup_state(SetupState::InProgress);
|
set_setup_state(SetupState::InProgress);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue