Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 349 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 349 Bytes

python-web-proxy

2018-2 Yonsei University / Computer Network - Project 2

Environments

  • Python 2.x

Usage

  • Naive
python proxy.py
  • Persistent connection
python proxy.py -pc
  • Multithreading
python proxy.py -mt
  • Persistent connection & Multithreading (Best performance)
python proxy.py -pc -mt