undo SocketDefaults class; plumb in new UdpSocket option attributes

This commit is contained in:
Tom Henderson
2008-05-16 21:28:07 -07:00
parent 18011ba4eb
commit 0a476b4f04
10 changed files with 45 additions and 214 deletions

View File

@@ -23,7 +23,6 @@ def build(bld):
'node-list.cc',
'socket.cc',
'socket-factory.cc',
'socket-defaults.cc',
'packet-socket-factory.cc',
'packet-socket.cc',
'udp.cc',
@@ -57,7 +56,6 @@ def build(bld):
'node-list.h',
'socket.h',
'socket-factory.h',
'socket-defaults.h',
'packet-socket-factory.h',
'udp.h',
'tcp.h',