Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor!: move UDP worker to separate file #30

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mkindahl
Copy link
Collaborator

@mkindahl mkindahl commented Oct 8, 2023

In preparation to support multiple different protocols we move the UDP-specific
pieces of code to a separate module and keep generic worker code in the worker
module. We also rename some functions to reflect that we will have different
protocols.

BREAKING CHANGE: worker_launch is renamed to launch_udp_worker and
send_packet is renamed to send_udp_packet.

@mkindahl mkindahl force-pushed the refactor-udp branch 3 times, most recently from fcbbe3a to 6312726 Compare October 15, 2023 14:03
@mkindahl mkindahl changed the title refactor: move UDP worker to separate file refactor!: move UDP worker to separate file Oct 15, 2023
@mkindahl mkindahl self-assigned this Oct 15, 2023
In preparation to support multiple different protocols we move the UDP-specific
pieces of code to a separate module and keep generic worker code in the worker
module. We also rename some functions to reflect that we will have different
protocols.

BREAKING CHANGE: `worker_launch` is renamed to `launch_udp_worker` and
`send_packet` is renamed to `send_udp_packet`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant