Namespaces | Variables
simple_send_packet.py File Reference

Go to the source code of this file.

Namespaces

namespace  simple_send_packet

Variables

tuple simple_send_packet.args = parser.parse_args()
int simple_send_packet.counter = 1
tuple simple_send_packet.data = packer.pack(("%d" % (counter % 10)) * args.size)
tuple simple_send_packet.packer = struct.Struct("!%ds" % args.size)
tuple simple_send_packet.parser = argparse.ArgumentParser(description='Simple socket client')
tuple simple_send_packet.server = socket(AF_INET, SOCK_DGRAM)


mini_maxwell
Author(s): Yusuke Furuta
autogenerated on Sun Jan 25 2015 12:37:43