using namespace Plaqui;
+Connection::Connection(const sockbuf::sockdesc& sd):
+ socket(sd) {
+#ifdef DEBUG
+ std::cerr << __FILE__ << ": sd = " << sd.sock << std::endl;
+#endif // DEBUG
+}
+
+/*
Connection::Connection(const sockinetbuf& sb):
socket(sb) {
}
+*/
Connection::Connection(sockbuf::type type):
socket(type) {