Skip to content
Snippets Groups Projects
  • Monty Brandenberg's avatar
    f37b90df
    SH-3222 Slow loading textures on Lag Me 1 · f37b90df
    Monty Brandenberg authored
    Think I have found the major factor that causes the Linksys WRT54G V5 to
    fall over in testing scenarios:  DNS.  For some historical reason, we're
    trying to use libcurl without any DNS caching.  My implementation echoed
    that and implemented it correctly and I was seeing a DNS request per request
    on the wire.  The existing implementation tries to do that and has bugs
    because it is clearing caching DNS data querying only once every few
    seconds.  Once I started emulating the bug, comms through the WRT became
    much, much more reliable.
    f37b90df
    History
    SH-3222 Slow loading textures on Lag Me 1
    Monty Brandenberg authored
    Think I have found the major factor that causes the Linksys WRT54G V5 to
    fall over in testing scenarios:  DNS.  For some historical reason, we're
    trying to use libcurl without any DNS caching.  My implementation echoed
    that and implemented it correctly and I was seeing a DNS request per request
    on the wire.  The existing implementation tries to do that and has bugs
    because it is clearing caching DNS data querying only once every few
    seconds.  Once I started emulating the bug, comms through the WRT became
    much, much more reliable.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.