コード例 #1
0
ファイル: NetworkClient.py プロジェクト: KurSh/netzob
 def stop(self):
     self.log.debug("Stopping the thread of the network client")
     AbstractActor.stop(self)
コード例 #2
0
ファイル: NetworkServer.py プロジェクト: KurSh/netzob
    def stop(self):
        self.log.debug("Stopping the thread of the network server")

        self.close()
        AbstractActor.stop(self)