Added TCP server functionality
Fixed a bunch of leaks + race conditions Still in development, hence all the printfs
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
# vim: set sts=2 ts=8 sw=2 tw=99 et ft=python:
|
||||
import os
|
||||
|
||||
binary = builder.compiler.Library('async_socket.ext')
|
||||
binary = builder.compiler.Library('AsyncSocket.ext')
|
||||
AsyncSocket.ConfigureForExtension(builder, binary.compiler)
|
||||
|
||||
binary.compiler.includes += [
|
||||
|
Reference in New Issue
Block a user