On Wed, Jan 08, 2014 at 12:02:25PM +0100, Martin Pieuchot wrote:
> I find it really difficult to understand and work with the code of
> rtsock.c because of the following defines:
>
>
> /* Sleazy use of local variables throughout file, warning */
> #define dstinfo.rti_info[RTAX
On 8 January 2014 12:02, Martin Pieuchot wrote:
> I find it really difficult to understand and work with the code of
> rtsock.c because of the following defines:
>
>
> /* Sleazy use of local variables throughout file, warning */
> #define dstinfo.rti_info[RTAX_DST]
>
I find it really difficult to understand and work with the code of
rtsock.c because of the following defines:
/* Sleazy use of local variables throughout file, warning */
#define dstinfo.rti_info[RTAX_DST]
#define gate info.rti_info[RTAX_GATEWAY]
...
But