Skip to content

Commit

Permalink
reverse(tlv): again
Browse files Browse the repository at this point in the history
  • Loading branch information
neochristou committed May 1, 2024
1 parent f27b0f2 commit d561330
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified reverse/TLV/public/tlv
Binary file not shown.
2 changes: 1 addition & 1 deletion reverse/TLV/setup/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ fn handle_client(mut stream: TcpStream) {
println!("Received {n} bytes");

let mut bytes = Vec::new();
bytes.extend_from_slice(&incomplete_packet[..]);
bytes.append(&mut incomplete_packet);
bytes.extend_from_slice(&buffer[..n]);

let mut offset = 0;
Expand Down
Binary file modified reverse/TLV/setup/tlv
Binary file not shown.

0 comments on commit d561330

Please sign in to comment.