ntzb

Results 70 comments of ntzb

sorry. I meant the opensubtitles direct download one.

Hi, sorry for being vague. I will try to be as clear as I can: 1. I didn't see the update. 2. after using the updated userscript, going into the...

with the clue from @quantatic, I found that a similar issue (hang) on a different realtek driver rtw8852cu, can be solved by replacing `register_netdevice` with `cfg80211_register_netdevice` and `unregister_netdevice` with `cfg80211_unregister_netdevice`:...

thanks for looking into this! I'll happily test. it compiles fine now. tried a simple usage, but getting an error. server: ``` C:\Apps>rperf -s [2023-09-05T16:50:41Z INFO rperf::server] server listening on...

server: ``` C:\Apps>rperf -s -d [2023-09-05T17:22:28Z DEBUG rperf] registering SIGINT handler... [2023-09-05T17:22:28Z DEBUG rperf] beginning normal operation... [2023-09-05T17:22:28Z DEBUG rperf::stream::tcp::receiver] using OS assignment for IPv4 TCP ports [2023-09-05T17:22:28Z DEBUG rperf::stream::tcp::receiver]...

> I'll hopefully be able to do some testing directly against M1/M2 hardware later this year, running native Mac OS, but for now, I'm just trusting that _nix_ provides the...

> Ah, it's not that mio's interface changed within 0.6, it's that it behaves very differently on Windows. > > Learning what I can. it's fine, surely nothing urgent about...

tested with `socket2` clean build, same exact logs unfortunately. testing between two windows machines. the server is only using port 5199 right?

interesting, I just (cross) compiled for macos, linux and it works between then on my x86 openwrt machine and m1 mac. Windows machine still fails as both client and server...

since the windows build is running as client, I'm not really sure what could be blocking. something in my build process might be bad then. file size is always the...