On 8/5/05, Daishi Kato <[EMAIL PROTECTED]> wrote: > Here is a small patch for udp.scm, adding udp-bound-port, > which is especially needed when you pass port=0 in udp-open-socket.
Thanks, will be fixed. > > I also noticed, an extra line in ##net#getsockport in tcp.scm; > "unsigned char *prt;" > > And, to make my compiler happy, I added a cast; > &len -> (socklen_t *)&len > > Both are applied in this patch, wouldn't it be better > to do the same in tcp.scm? > That's right. I've done the changes you suggest. cheers, felix _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
