Go to the source code of this file.
Namespaces | |
namespace | simple_echo_client |
Variables | |
tuple | simple_echo_client.args = parser.parse_args() |
tuple | simple_echo_client.data = raw_input('> ') |
tuple | simple_echo_client.packer = struct.Struct("!%ds" % len(data)) |
tuple | simple_echo_client.parser = argparse.ArgumentParser(description='Simple socket client') |
tuple | simple_echo_client.server = socket(AF_INET, SOCK_STREAM) |