• Karna@lemmy.ml
      link
      fedilink
      English
      arrow-up
      1
      ·
      edit-2
      8 months ago

      The test data on article is about server setup which is the right use case for this change.

      Moreover the L3 cache on CPU is what makes significant difference, IMO.

      If that is true, not sure how much improvement consumer-grade desktop will see, given that most consumer-grade CPU will not have that much L3 cache on chip.

    • fosforus@sopuli.xyz
      link
      fedilink
      arrow-up
      1
      ·
      edit-2
      8 months ago

      Online games don’t typically have many concurrent connections, though, do they? Just the one.

      • ⲇⲅⲇ@lemmy.ml
        link
        fedilink
        arrow-up
        1
        ·
        8 months ago

        I’m not an expert, but I suppose as this patch is on the kernel and not on the game, this will still improve any connection your kernel needs to do, like sending telemetry of your anti-cheat engine and other apps that make TCP requests while you are playing online games.

      • ⲇⲅⲇ@lemmy.ml
        link
        fedilink
        arrow-up
        0
        ·
        8 months ago

        Yeah, that would make sense as opening TCP connections is not really viable for low latency, hahaha.

        • taladar@sh.itjust.works
          link
          fedilink
          arrow-up
          1
          ·
          8 months ago

          Opening the connections is one thing but resends and stream ordering can also cause issues since they might delay the latest information reaching the user space application even if the packet for them has actually arrived just because some earlier packet has not. There can also be issues with implementations waiting for enough data to be available before sending a packet.

  • sighofannoyance@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    8 months ago

    This proves once and for all that Linux is the superior platform!

    when was the last time you heard any such news for PC or MAC?

    • Aganim@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      8 months ago

      when was the last time you heard any such news for PC

      A few seconds ago, when I read that the new Linux kernel contains TCP related performance improvements!