Skip to content
Snippets Groups Projects
Commit bf1aafb5 authored by Dominik Fuhrmann's avatar Dominik Fuhrmann
Browse files

removed line

parent f362028e
No related merge requests found
......@@ -15,9 +15,6 @@ def run_server():
context.load_verify_locations(ca_cert) # Zertifikate des CA hinzufügen
context.set_ciphers(cipher_suite)
# Setze den Debug-Modus auf true
context.set_mode(wolfssl.SSL_MODE_ENABLE_PARTIAL_WRITE) # Erlaubt teilweise Schreiboperationen
# Server-Socket erstellen
with socket.socket(socket.AF_INET, socket.SOCK_STREAM) as sock:
sock.bind(("0.0.0.0", 5000)) # Lauschen auf allen Schnittstellen
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment