From 6f58cd1ae7891fda741da9ac15b5fa97bdd1154a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D0=BE=D1=80=D0=BE=D0=B4=D0=B8=D0=BD=20=D0=A0=D0=BE?= =?UTF-8?q?=D0=BC=D0=B0=D0=BD?= Date: Wed, 17 Apr 2019 13:58:36 +0300 Subject: [PATCH] update readme --- README.md | 4 +++- eudp/__init__.py | 1 - 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0572529..cfb14d7 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # eudp -Stream Socket over UDP with optional asymmetric encryption by RSA key-pairs \ No newline at end of file +Stream Socket over UDP with optional asymmetric encryption by RSA key-pairs + +Based on https://github.com/ethay012/EUDP-over-UDP diff --git a/eudp/__init__.py b/eudp/__init__.py index 5254713..770d5ca 100644 --- a/eudp/__init__.py +++ b/eudp/__init__.py @@ -1,4 +1,3 @@ -# based on https://github.com/ethay012/EUDP-over-UDP import random import socket import pickle