1. 01 Sep, 2024 3 commits
  2. 30 Aug, 2024 8 commits
  3. 29 Aug, 2024 2 commits
    • Cedric Roux's avatar
      rfsim: print error if write fails · 532aa1a9
      Cedric Roux authored
      Some strange behavior may happen if write() to the rfsim socket fails.
      Let's print some error, can be useful in case of problem.
      532aa1a9
    • Cedric Roux's avatar
      rfsim: add a check on 'sock' · 42539b0b
      Cedric Roux authored
      It is very possible that the operating system returns a file
      descriptor bigger than the size of bridge->buf (MAX_FD_RFSIMU, which
      is 250 as of now). As a minimum, let's fail if the socket file
      descriptor is out of bounds.
      
      A proper solution may be implemented later, if needed.
      42539b0b
  4. 28 Aug, 2024 11 commits
  5. 27 Aug, 2024 9 commits
  6. 26 Aug, 2024 7 commits