Pavel Cherenkov

Results 9 comments of Pavel Cherenkov

Hello there, "Multicast renew" is a hack, not a feature. It was added as an experiment, a Q&D patch, and I wholeheartedly discourage anyone using it. If you need it...

Hi, You'll see a few buffer-related parameters if you look at udpxy's CLI (run it without parameters in the console). Feel free to experiment. Cheers. Le sam. 8 avr. 2023...

Hi there, It's most likely a faulty configuration of multicast on your network. udpxy uses standard POSIX API to subscribe to multicast, nothing tricky there that could/should be tweaked. Regards,...

Please re-test and study *both* udpxy and vlc logs, look for irregularities there and then post your findings. Thank you.

It's bundled in with the branch for REUSE PORT. Will be merged with it as soon as you've tested. On Mon, Dec 21, 2020, 11:00 AM Lars The wrote: >...

This will be bundled in with the changes for another issue. No need for a separate merge.

Apply the following patch, test and let me know if it makes any difference: --- a/chipmunk/netop.c +++ b/chipmunk/netop.c @@ -214,6 +214,7 @@ setup_mcast_listener( struct sockaddr_in* sa, "for mcast socket [%d]\n",...

I see that the recommendation is just to use SO_REUSEPORT in place of SO_REUSEADDR. My approach was to use *both* (if SO_REUSEPORT is defined), but perhaps the call to set...

Hi, thank you for the input. I implemented your suggested workaround using 2 env variables: UDPXY_SKIP_REUSEPORT & UDPXY_SKIP_REUSEADDR. It's in the branch i24-reuseaport. Please test and let me know if...