update readme
parent
3ca8b6db01
commit
6f58cd1ae7
|
@ -1,3 +1,5 @@
|
||||||
# eudp
|
# eudp
|
||||||
|
|
||||||
Stream Socket over UDP with optional asymmetric encryption by RSA key-pairs
|
Stream Socket over UDP with optional asymmetric encryption by RSA key-pairs
|
||||||
|
|
||||||
|
Based on https://github.com/ethay012/EUDP-over-UDP
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
# based on https://github.com/ethay012/EUDP-over-UDP
|
|
||||||
import random
|
import random
|
||||||
import socket
|
import socket
|
||||||
import pickle
|
import pickle
|
||||||
|
|
Loading…
Reference in New Issue