
I’m not at all technologically minded, so here’s an explanation of how it works from Jia himself:
[Guilty Gear Strive] makes a new TCP connection and a new TLS connection every API call it makes. And it makes hundreds of them in the title screen.
Totsugeki solves this by proxying all API requests through a keepalive connection.
What this means is instead of doing 4 round trips (TCP + TLS + HTTP) for each API call, it only needs to do 1 (HTTP only). This shortens the loading time by a factor of FOUR! For example, if you live in the EU and have ~300ms ping to the GGST servers, you usually see something like 300ms * (1 TCP round trip + 2 TLS round trips + 1 HTTP Request round trip) = 1.2 seconds per API call.
This multiplied across all 127 API calls needed to get to the main menu means it takes a whopping 152 seconds (2.5 minutes) to load into GGST.
With Totsugeki, this is brought down to a mere 38 seconds.
This has the added bonus of reducing GGST server load, as TLS negotiation is one of the most CPU intensive tasks today.
In layman’s terms, Totsugeki condenses the over 127 separate connections Guilty Gear Strive normally makes to Arc System Works’ servers into far fewer. This saves a lot of the time those connections spend establishing themselves, which has the effect of dramatically increasing the speed with which the game loads if you, like many players, happen to live outside of Japan.
Totsugeki also comes with an option to load even more quickly—known as Unga Bunga, another fighting game community in-joke—but Jia warns these speeds are unsafe compared to the base settings, and may cause weird bugs or break Guilty Gear Strive.
G/O Media may get a commission
“Once again someone with a bit of time on their hands fixed the biggest issue with a fighting game,” wrote one grateful fighting game player on Twitter.
Jia’s response? “You end up having a bit of time when you have to wait five minutes to get into the game.”
Advertisement
Source of this news: https://kotaku.com/someone-fixed-guilty-gear-strive-s-godawful-loading-tim-1847830679
Related posts:
For weeks, Russia's military assault on Ukraine has been complemented by full-fledged information warfare. The Kremlin has propagandised Russian state media, and is trying to control the narrative on...
VPNs are designed to encrypt and obfuscate a user’s activity over the internet. They are useful for avoiding targeted marketing, bypassing regional content blocking, and establishing a secure connect...
#inform-video-player-1 .inform-embed { margin-top: 10px; margin-bottom: 20px; } #inform-video-player-2 .inform-embed { margin-top: 10px; margin-bottom: 20px; } The annual compensation package of...
Editor’s Note: This is a free edition of The Technical Indicator, a daily MarketWatch subscriber newsletter. To get this column each market day, click here. Technically speaking, the major U.S. bench...
If when you try to install a Feature Update via Windows Update on your Windows 11 or Windows 10 computer, the update installation fails with error code 0x80244018, then this post is sure to help you....
Source: Christine Romero-Chan / iMore When Apple announced iOS 15 at its 2021 Worldwide Developers Conference (WWDC), I was excited to see what they had in store. I was actually hoping for some big c...
They say one sure method thrive in business is by dwelling ahead of your competitors. However , find out how to stay ahead of your competitors should you not what they are doing? Competitor ...
The particular multi-factor authentication (MFA) tool needs to communicate immediately with your central directory to help facilitate seamless logins and straightforward management. For organiza...
How frustrating is it that we can’t play a game because we don’t live in a specific zip code, state, or country? Why should that matter when all we want to do is enjoy the game? Or, what if you unkno...
Mutual TLS: Vital for Securing Microservices in a Service Meshbrooke.crothersThu, 04/28/2022 – 16:10 Why do you need mTLS? While TLS is being used to secure traffic between clients and servers on t...
Windows 11 is here now! If you have installed Windows 11 on your computer and are feeling overwhelmed by it, then don’t you worry – This easy-to-understand tutorial will help you sort everything! Win...
To receive service, our phones reveal personal identifiers to cell towers owned by major network operators. This has led to vast and largely unregulated data-harvesting industries. Now, researchers h...
Finally the Trickbot botnet malware that distributes various ransomware higher-level, continues to be the most prevalent threars as its developers update the particular VNC module used for contro...
As gaming consoles become more advanced, we find ourselves using them for more things beyond simple gaming. With built-in browsers and apps allowing us to do most things that we might also do on a ga...
An equity derivatives trade that lost hundreds of millions of dollars during the Covid-19 selloff last March is suddenly popular again. The prospect of rising inflation leading to further sector rota...
Fiscal 2021 Annual Report and Proxy Statement July 19, 2021 To Our Stockholders: Fiscal Year 2021 was a year of new opportunities in the face of a global pandemic that impacted all ...
This information is about the What are the great Using Proxy Servers while Company. We will try our best and that means you understand this guide. I hope you prefer this blog What are the benef...
Day-after-day, the ProgrammableWeb team typically is busy, updating its 3 or more primary directories for APIs , happy clientele (language-specific the library or SDKs for using or providing ...