Needs to be less than 65,535, so I picked `55555` as a meaningless default.
Need to fix this logic though: https://gitea.farpn.net/w1cdn/mwtchahrd/pulls/1#issuecomment-15
Instead of doing this roundabout stuff to make UDP work, could just pass a JSON object with the parameters as text inside the argument. Probably not as clean?
Instead of doing this roundabout stuff to make UDP work, could just pass a JSON object with the parameters as text inside the argument. Probably not as clean?
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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
55555as a meaningless default.Need to fix this logic though: #1 (comment)
Closed in #1.
Instead of doing this roundabout stuff to make UDP work, could just pass a JSON object with the parameters as text inside the argument. Probably not as clean?