forked from n6cta/mwtchahrd
Default UDP port to something #3
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Part of #1, can't have optional arguments so provide defaults.
If you change the port from 9999 or 0 or something, then enable passing UDP.
Default UDP port to 9999to Default UDP port to somethingNeeds to be less than 65,535, so I picked
55555
as a meaningless default.Need to fix this logic though: #1 (comment)
Closed in #1.