mirror of
https://github.com/r4sas/Niflheim-api
synced 2025-01-27 23:24:22 +00:00
changed to TCP
This commit is contained in:
parent
ba9a2d2fa8
commit
36648fcc50
2
vserv.py
2
vserv.py
@ -88,7 +88,7 @@ def proccess_incoming_data(datty, addr):
|
|||||||
|
|
||||||
isdatabase(DB_PATH)
|
isdatabase(DB_PATH)
|
||||||
|
|
||||||
conn = socket.socket(socket.AF_INET6, socket.SOCK_DGRAM)
|
conn = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
|
||||||
conn.bind((SERVER, 45671))
|
conn.bind((SERVER, 45671))
|
||||||
|
|
||||||
while True:
|
while True:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user