def send_hello_reply(self, replyID, serverName): self.sendq.append(SpecMessage.msg_hello_reply(replyID, serverName, version = self.clientVersion, order=self.clientOrder))
def send_hello_reply(self, replyID, serverName): self.sendq.append( SpecMessage.msg_hello_reply(replyID, serverName, version=self.clientVersion, order=self.clientOrder))
def send_hello_reply(self, reply_id, serverName): self.sendq.append(SpecMessage.msg_hello_reply(reply_id, serverName, \ version = self.client_version, order=self.client_order))