Skip to content

Instantly share code, notes, and snippets.

View synchronizing's full-sized avatar

Felipe synchronizing

View GitHub Profile
#! /usr/bin/env python3
import select
import socket
import time
TIME_WAIT = 0.01
BIND_ADDR = ''
BIND_PORT = 8443
SERV_ADDR = 'server.example.com'