
12 Mar
2005
12 Mar
'05
2 p.m.
Aaron W. LaFramboise wrote:
[...] in working with sockets. For example, I'd like to see an interface that has a very reasonable way of handling different sorts of sockets, that doesn't zoom in one "one true socket paradigm" such as IPv4 TCP, with UDP support hacked in somewhere, and no support for any other protocols.
I just added a small socket class hierarchy at the bottom of http://www.crystalclearsoftware.com/cgi-bin/boost_wiki/wiki.pl?BoostNet. Does that come close to what you are thinking of? Boris