Skip to content
Snippets Groups Projects
  1. Sep 12, 2017
  2. Jul 18, 2014
  3. Jun 06, 2000
  4. Dec 09, 1999
    • Martin Mareš's avatar
      Added universal locking mechanism which will solve problems · f545d387
      Martin Mareš authored
      with protocols wanting to use the same port on the same interface
      during reconfiguration time.
      
      How to use locks: In the if_notify hook, just order locks for the
      interfaces you want to work with and do the real socket opening after the
      lock hook function gets called. When you stop using the socket, close
      it and rfree() the lock.
      
      Please update your protocols to use the new locking mechanism.
      f545d387
Loading