Matt Joiner
Matt Joiner
My use case is a very large database ~40-60 GB, that is fine to sync as often as is reasonable, but it's not real time. To be behind by 5...
No I think I'd be fine with just keeping WAL files alive for the longest expected sync lag.
@danp thank you for picking this. Yes I am using Scaleway! @benbjohnson how can I modify it so that the parts are bigger? I guess my max parts are 1000...
It looks like the S3 uploader will try to set part size for you if it can seek the input reader. However I think the input is passed through a...
Thanks, this is very detailed. I did not know Wireshark was aware of uTP that's helpful. If this implementation backs off in the presence of TCP in its current form,...
Fixing the extension bytes shouldn't affect resends at all. It should only potentially improve compatibility out there with other utp implementations. But it was helpful you spotted this, and I've...
I think my guess about your OS is probably right on. Your code has the effect of slowing down the number of sends avoiding large numbers of consecutive packets from...
Take a look at a new library I'm working on: https://github.com/anacrolix/go-libutp.
Is this a new trend, or has this benchmark been used on eagle earlier revisions of uTP? This looks like a useful benchmark, I'll do some work with it.
I've done some investigating. I've found similar issues with these kinds of tests before. Essentially people forget that UDP is not guaranteed delivery, even over localhost. After reaching a certain...