Skip to content

Instantly share code, notes, and snippets.

View liudanking's full-sized avatar
🎯
Focusing

Danieliu liudanking

🎯
Focusing
View GitHub Profile
# Copyright (c) 2009-2010 Denis Bilenko. See LICENSE for details.
"""UDP/SSL server"""
import sys
import errno
import traceback
from gevent import socket
from gevent import core
from gevent.baseserver import BaseServer