$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Boris (boris_at_[hidden])
Date: 2005-03-12 09:00:22
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