Re: Examine route.c! (Was: memory leak detector, 2.0.32, patch)

Dr. Werner Fink (werner@suse.de)
Wed, 3 Dec 1997 23:48:20 +0100


> > i can reproduce a complex routing setup ...
>
> No no, it is not used as a complex router. The forwarding is just to get
> dial-in ppp connections to work. It is more a terminal server with 24
> standard serialports.
>
> > nc isnt going through these serial interfaces, right?
>
> No, it is executed on the local problem-machine through 10Mbit ethernet
> to a computer on the same physical lan. This will saturate the lan, and
> generate lots of collisions.
>

Are you (or nc) using SO_BINDTODEVICE on sockets and/or multiple default
routes?

Werner