示例#1
0
    def confirmation(self, adapter, npdu):
        if _debug:
            DiscoverNetworkServiceElement._debug("confirmation %r %r", adapter,
                                                 npdu)

        # forward it along
        NetworkServiceElement.confirmation(self, adapter, npdu)
示例#2
0
 def confirmation(self, adapter, npdu):
     # forward it along
     self._net_complete(npdu)
     NetworkServiceElement.confirmation(self, adapter, npdu)