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

Better documentation, error messages, defaults regarding the gige socket-buffer-size #898

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Apr 18, 2024

  1. network: clarified different paths in arv_socket_set_recv_buffer_size()

    No-op patch. The win32 and non-win32 paths are actually identical, and after
    this patch, that fact is immediately clear
    dkogan committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    cc64fdd View commit details
    Browse the repository at this point in the history
  2. network: more thorough setsockopt(SO_RCVBUF)

    More diagnostic output. More error checking. More detailed error messages.
    
    I routinely observe setsockopt(SO_RCVBUF) ask for a buffer of a particular size,
    the function returning successfully, but the actual buffer that ended up
    allocated being smaller. This condition is now reported as an error
    dkogan committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    c19fd8d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fca0865 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a6cfd1a View commit details
    Browse the repository at this point in the history