Fix udp_secure transport name

This commit is contained in:
Oleksii Shevchuk 2017-04-04 10:50:15 +03:00
parent 68ac2cb894
commit 259bfccf18
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ from network.lib import *
class TransportConf(Transport):
info = "Simple UDP transport transmitting in cleartext"
name="udp"
name="udp_secure"
server=PupyUDPServer
client=PupyUDPClient
stream=PupyUDPSocketStream