patthoyts [Mon, 22 Nov 2004 16:12:48 +0000 (16:12 +0000)]
* generic/udp_tcl.h: Done some testing with multicast and have
* generic/udp_tcl.c: rationalised the fconfigure/udp_conf interfaces
a bit better. The -ttl option will set the multicast ttl if the
socket has been added to a multicast group.
Now maintains a list of groups so that this can be inspected and
when the socket is closed we will call mcastdrop for each item.
patthoyts [Mon, 22 Nov 2004 10:00:30 +0000 (10:00 +0000)]
* generic/udp_tcl.c: Added support for setting and retrieving the
TTL option on the socket. The default is specified by the system
but can be set for individual sockets.
patthoyts [Mon, 9 Feb 2004 12:02:32 +0000 (12:02 +0000)]
* Makefile.in: Fixed to build in directories other than the top
of the source tree.
* generic/udp_tcl.c: Applied the patch from bug #810572 which
fixes a memory leak in udp_open - from D. Richard Hipp?
* generic/udp_tcl.h: Fix for missing define WIN32 sometimes.
* win/makefile.vc: Added the standard windows nmake makefiles
* win/nmakehlp.c: from the sampleextension project.
* win/rules.vc: Visual Studio project updated as a Makefile
* win/tcludp.dsp: project.
patthoyts [Wed, 12 Mar 2003 00:21:15 +0000 (00:21 +0000)]
Fixed udpGetHandle to perform as per specs.
Added channel Get and SetOption procedure to support fconfigure.
General layout changes to group related functions together.
Bumped version pathlevel to 1.0.5