QoS marking for Openssh

Philip A. Prindeville philipp at employees.org
Wed Mar 10 11:43:52 EST 2010


Ok, so started banging on the code...

Here's what I have.  I'll try out the client...

If someone could test the server as well that would be great.

Everything builds except ssh-keyscan, which apparently doesn't define
(or populate?) "options".

Would be nice to not have to duplicate parse_qos().... is there someone
that we can put this and share it between readconf.o and servconf.o ? For that matter, it would be nice to have readconf.o and servconf.o be
able to share common code...

Also wanted to update the documentation, but couldn't figure out what
the source file was that generates it...

I'm thinking though that what when packet.o is linked with readconf.o,
then it should be:

extern Options options;

but when packet.o is linked with servconf.o, then it should be:

extern ServerOptions options;

am I wrong?

Do I need to copy the value of options->use_qos[] into a static in
packet.c as:

u_char qos[2];

instead and use those?

Thanks,

-Philip

P.S. Are you ever on IRC?  This might go quicker over IRC...  I'm
philipp64 on freenode.


-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: openssh-qos.patch
URL: <http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20100309/f6498c85/attachment.ksh>


More information about the openssh-unix-dev mailing list