[OpenSIPS-Devel] [OpenSIPS/opensips] f953b3: [tcp layer] avoid locking and events while shutdown
    Bogdan Andrei IANCU 
    noreply at github.com
       
    Tue Jan 31 10:58:02 UTC 2023
    
    
  
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: f953b30c42f84f5709bbc125ddf016d499f55485
      https://github.com/OpenSIPS/opensips/commit/f953b30c42f84f5709bbc125ddf016d499f55485
  Author: Bogdan-Andrei Iancu <bogdan at opensips.org>
  Date:   2023-01-31 (Tue, 31 Jan 2023)
  Changed paths:
    M net/net_tcp.c
  Log Message:
  -----------
  [tcp layer] avoid locking and events while shutdown
Upon shutdown, when all the TCP conns are destroyed, do not use any locking (we are in single process mode any how) and do not raise any disconnect events (false events here)
    
    
More information about the Devel
mailing list