-
Apparently it's possible to use GSO on Windows. For reference (and code points), quinn just [added support](https://github.com/quinn-rs/quinn/commit/33f6d89cf47fbd13083a465d6b044ada1b6099d2).
I don…
-
I want to start tracking what we need for the next release. I'm thinking it might be a good idea to start releasing some alphas, as I think we're waiting on a few upstream things. Thoughts?
- [x]…
-
This issue is interesting because it only happens over particular internet connections, but not when client and server are close to each other:
**Client side log:**
Click to expand
```
Mar…
-
http://doj.nh.gov/consumer/security-breaches/documents/experian-20131108.pdf
-
Currently, `quinn` (and `quinn-udp`) is only tested on Linux, Windows and MacOS: https://github.com/quinn-rs/quinn/blob/main/.github/workflows/rust.yml#L36
There have been a number of PRs that fix …
-
brian:
> i was wondering: how does adapt-contrib-core declare its dependency on adapt-contrib-boot?
-
For increased performance, we might want to increase the OS UDP socket send and receive buffer.
See also:
- https://man7.org/linux/man-pages/man7/socket.7.html
- `SO_SNDBUF`
- `SO_RCVB…
-
Hi,
So what I am trying to do is create a dataset of NBA players and their stats. The code works fine until it gets to Quinn Cook.
The code returns "TypeError: 'NoneType' object is not iterable"…
-
I migrated my world to a new server and everything in the expanded chests are gone. I copied the playerdata.dat files. But what file is the contents of these modded chests located in?
-
### Describe the bug
I have a use-case where I'm running a whole bunch of different conditions of an experiment, one at a time, from the same Python script. I loop over different experimental condi…