[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: cvs and heimdal



Brian A May <bmay@dgs.monash.edu.au> writes:
> I have fixed all my rsh problems to date with the following patch.
> Well... it would appear that the problems have gone, but I am still not
> entirely sure my fixes are the best solution.

Patch applied.  Thanks.

> For instance, shutdown should not be called (I think) if there is
> any data still being sent, and I don't know if this is a problem or
> not.

I don't think that's a problem.  TCP should still buffer and send the
data even if you have done a shutdown() on one direction.

/assar