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