CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Lindley

Search: Search took 0.05 seconds.

  1. Replies
    3
    Views
    4,922

    Re: Latency-critical networking library

    I don't need any reliability guarantees per se, but I would like the ability to *decrease* packet loss rates if possible. That's really the only reason I don't just use straight-up UDP.
  2. Replies
    3
    Views
    4,922

    Latency-critical networking library

    I am looking for a C++ networking library that emphasizes minimum latency at the expense of all else. I like the design of ZeroMQ, but I'm concerned that it doesn't provide an unreliable transport,...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured