Rename types to queues

I mean that name just sucked
This commit is contained in:
Michael Bradley 2025-06-02 23:58:56 -04:00
parent 3c0590b273
commit cb64878186
Signed by: MichaelBradley
SSH key fingerprint: SHA256:o/aaeYtRubILK7OYYjYP12DmU7BsPUhKji1AgaQ+ge4
5 changed files with 4 additions and 4 deletions

View file

@ -7,8 +7,8 @@ use std::{
use crossbeam_channel::unbounded;
use super::{
queues::{ReceiveQueue, SendQueue},
thread::{start_receive_thread, start_send_thread},
types::{ReceiveQueue, SendQueue},
};
fn configure_socket(socket: &UdpSocket) -> Result<()> {