Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make UDP socket buffer size configurable #2336

Merged
merged 21 commits into from
Jul 17, 2020

Commits on Jul 9, 2020

  1. set udp buffer size

    Signed-off-by: kbarukhov <kbarukhov@ozon.ru>
    kbarukhov committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    338c4ad View commit details
    Browse the repository at this point in the history
  2. make configurable

    Signed-off-by: kbarukhov <kbarukhov@ozon.ru>
    kbarukhov committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    ca30aec View commit details
    Browse the repository at this point in the history
  3. fix windows

    Signed-off-by: kbarukhov <kbarukhov@ozon.ru>
    kbarukhov committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    9735688 View commit details
    Browse the repository at this point in the history
  4. fix windows + fix const

    Signed-off-by: kbarukhov <kbarukhov@ozon.ru>
    kbarukhov committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    aabe03d View commit details
    Browse the repository at this point in the history
  5. fix review

    Signed-off-by: kbarukhov <kbarukhov@ozon.ru>
    Kirill Barukhov committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    5304fc1 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2020

  1. fix review

    Signed-off-by: kbarukhov <kbarukhov@ozon.ru>
    Kirill Barukhov committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    bff4cb6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c93187f View commit details
    Browse the repository at this point in the history
  3. fix linter

    Signed-off-by: kbarukhov <kbarukhov@ozon.ru>
    kbarukhov committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    cc00b74 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/1.18-udp-buffer-size' into 1.18-…

    …udp-buffer-size
    kbarukhov committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    59d86a2 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2020

  1. try fix issue

    Signed-off-by: kbarukhov <kbarukhov@ozon.ru>
    Kirill Barukhov committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    4449d59 View commit details
    Browse the repository at this point in the history
  2. tmp resset

    Signed-off-by: kbarukhov <kbarukhov@ozon.ru>
    Kirill Barukhov committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    3e5dff9 View commit details
    Browse the repository at this point in the history
  3. fix issue

    Signed-off-by: kbarukhov <kbarukhov@ozon.ru>
    Kirill Barukhov committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    491c04f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b9a9af1 View commit details
    Browse the repository at this point in the history
  5. fix issue

    Signed-off-by: kbarukhov <kbarukhov@ozon.ru>
    Kirill Barukhov committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    1ef23df View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'origin/1.18-udp-buffer-size' into 1.18-…

    …udp-buffer-size
    kbarukhov committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    d8d3641 View commit details
    Browse the repository at this point in the history
  7. fix tests

    Signed-off-by: kbarukhov <kbarukhov@ozon.ru>
    Kirill Barukhov committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    7f91627 View commit details
    Browse the repository at this point in the history
  8. add test

    Signed-off-by: kbarukhov <kbarukhov@ozon.ru>
    Kirill Barukhov committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    8d70367 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2020

  1. add test for thriftudp + remove old

    Signed-off-by: kbarukhov <kbarukhov@ozon.ru>
    kbarukhov committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    e6b9eca View commit details
    Browse the repository at this point in the history
  2. fix test

    Signed-off-by: kbarukhov <kbarukhov@ozon.ru>
    Kirill Barukhov committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    f81923c View commit details
    Browse the repository at this point in the history
  3. fix go.mod + go.sum

    Signed-off-by: kbarukhov <kbarukhov@ozon.ru>
    Kirill Barukhov committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    1379f59 View commit details
    Browse the repository at this point in the history
  4. add test

    Signed-off-by: kbarukhov <kbarukhov@ozon.ru>
    Kirill Barukhov committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    9bbfe43 View commit details
    Browse the repository at this point in the history