Jorge Fuentes

Results 39 comments of Jorge Fuentes

Hi, I have one question. How will `SRT_GTYPE_BALANCING` work? will it just roundrobin or will have some kind of *congestion control/packet loss count* to send just the amount of packets...

Nice @ethouris. `linkSelect_window` seems pretty cool. Hm @maxsharabayko, I see a problem with the modular thingy. Most of the users will benefit from SRT by using third-party software that has...

Hi, sorry for bothering. Just to know, are you already working on something regarding `12. Load balancing implementation`? You have way more experience and I'll love to see what you...

Oh. Just fiddled a bit @ethouris. Copied your code to the latest master and I'm trying to make it work. When a link goes down, is not possible to put...

Just created a PR: https://github.com/keijiro/Nsm/pull/14. Is a fast workaround for me. Just pushing so you can review and think about it.

@theicfire Great work, but when disabling keyboard `keypress` event won't work, and is just the one needed to extract the real character typed.

Well, depends a lot in the amount of consecutive calls to sprintf that you do. I'm maintaining a program that handles tens of thousands of inputs and this is a...

My implication is that I want kryszyp features, but with a sync transaction that also can be aborted. For this, `lmdb-js` forces me to create a childTransaction which runs on...

Ok, the problem I had was just that I forgot to close a cursor 🤦‍♂️ Further tests show that it works out of the box, yes. > Why isn't this...