Home | History | Annotate | Download | only in setools

Lines Matching refs:protocol

37     protocol        The protocol to match (socket.IPPROTO_TCP for
104 def protocol(self):
107 @protocol.setter
108 def protocol(self, value):
124 self.log.debug("Protocol: {0.protocol!r}".format(self))
138 if self.protocol and self.protocol != portcon.protocol: