Skip to content
Snippets Groups Projects
  • Sergei Rashitov's avatar
    Server Loop logic · 24572035
    Sergei Rashitov authored
    [*] Moved code that have nothing to do with dap_server_t to init/deinit
    functions.
    [+] Add error codes
    [+] Add timeout to epoll_wait, so loop can be stopped
    [-] Removed infinite loop when there is no server. It is responsibility of
    an application that uses sdk to create such loops
    24572035