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