def send()

in tools/tftp_tester.py [0:0]


    def send(self, packet):
        self.sock.sendto(packet, (self.server, self.port))