1. 26 Sep, 2022 3 commits
  2. 25 Sep, 2022 2 commits
  3. 24 Sep, 2022 14 commits
  4. 23 Sep, 2022 12 commits
  5. 22 Sep, 2022 3 commits
  6. 20 Sep, 2022 5 commits
  7. 14 Sep, 2022 1 commit
    • Edoardo Lolletti's avatar
      Support multple lan clients from the same IP (#2452) · 71712066
      Edoardo Lolletti authored
      * Support multiple lam rooms from the same ip on different ports
      
      * Make broadcast socket use SO_REUSEADDR
      
      This allows multiple instances of the client to listen from broadcast messages at the same time on the same port
      
      * Update duelclient.cpp
      71712066