Hi,
I was going to send you my workaround for a connection extension that
works point-to-point, but you've obviously come up with a better solution.
I just saw that you wrote (in another post to the mailinglist), that you
were going to add MSG_NOSIGNAL to the ::send() calls. I think you'll
need to add that to the ::recv() calls, too (in recv(), recvFrom() and
peek()...).
Thanx anyway, I'll have to get a current CVS version...
Robert
Marcus Roth schrieb:
Hi,
I committed changes to the network connection interface. Unfortunatelly
the interface is NOT fully compatible to
the previous one.
Now there are two connection classes
ConnectionPoint
ConnectionGroup
Valid connections are
point <-> point
point <-> group
A group is able to connect or accept more then 1 point connection.
The connect and accept functions are now able to use timeouts.
Groups are able to exclude one or more point connections for
selectChannel()
The reliable Multicast connection is now more reliable ;-) then the old
multicast protocoll.
Sync is faster now. With multicast up to 300 fps with 48 cluster servers.
For the backchannel of Multicast connections now a stream socket is
used. This is faster
and more robust then the old udp backchannel.
Client and server connection close is now detected faster. < 1 sec.
Marcus
-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users
-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users