Hello, Andreas! > All that is to do is to specify "-R" multiple times; current limit is eight > hosts.
Why limit? llist is unlimited.
May be convert the loops into:
for (llist_t *i = G.remoteAddrList; i; i = i->link) {
// work on i->data here
}
Regards,
--
Vladimir
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox
