2020-04-20

Custom Rate Limiting

  • Guangcong turned the input into a vector and added tests
  • One minor issue: Guangcong doesn’t fully understand how C++ pointers work
  • Maybe try to fix https://github.com/scalameta/scalafmt/issues/337?
  • Share the files Uncle provided as anonymous links via Resilio Sync

RoadBorder Fix

Discovered that I had made wrong assumptions. The lc and rb information recorded in rc may have the following cases:

  1. There is only one lc, so we cannot assume that there are at least two lc entries.
  2. The rb on one side might not exist, so we cannot assume that rb always exists.