Namespaces | Variables
simple_send_packet.py File Reference

Go to the source code of this file.

Namespaces

 simple_send_packet
 

Variables

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


mini_maxwell
Author(s): Yusuke Furuta
autogenerated on Wed Jul 10 2019 03:47:09