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

net: add buffer size methods to UdpSocket #4363

Merged
merged 4 commits into from
Dec 31, 2021
Merged

Commits on Dec 31, 2021

  1. Configuration menu
    Copy the full SHA
    03a28ab View commit details
    Browse the repository at this point in the history
  2. net: add buffer size methods to UdpSocket

    This adds:
    - UdpSocket::set_send_buffer_size
    - UdpSocket::send_buffer_size
    - UdpSocket::set_recv_buffer_size
    - UdpSocket::recv_buffer_size
    taiki-e committed Dec 31, 2021
    Configuration menu
    Copy the full SHA
    a5afb35 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a71583b View commit details
    Browse the repository at this point in the history
  4. rename to_socket -> as_socket

    taiki-e committed Dec 31, 2021
    Configuration menu
    Copy the full SHA
    7a1ab36 View commit details
    Browse the repository at this point in the history