Add SocketDefaults to store socket option attributes

This commit is contained in:
Tom Henderson
2008-05-12 23:02:23 -07:00
parent a042d0bbef
commit 6be343530f
9 changed files with 57 additions and 26 deletions

View File

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