* Ken Simpson <[EMAIL PROTECTED]> [2004-08-21 12:17]: > Henning Brauer [20/08/04 22:35 +0200]: > > * Ken Simpson <[EMAIL PROTECTED]> [2004-08-20 22:28]: > > > Is there way in pf to move a particular TCP connection from one > > > queue to another -- while the connection is still live? I don't > > > imagine it would be really difficult; isn't it just a case of changing > > > an entry in the state table? > > no, the state entry has a pointer back to the rule that caused its > > creation, and the queue ID to use is taken from the rule. > So then could you change that pointer to point at a different rule?
horrid! I expect that to break in a 1000 ways. > Where is the state table defined in the source? /usr/src/sys/net/pf.c, pfvar.h and pf_* - most state table stuff is in pf.c -- Henning Brauer, BS Web Services, http://bsws.de [EMAIL PROTECTED] - [EMAIL PROTECTED] Unix is very simple, but it takes a genius to understand the simplicity. (Dennis Ritchie)
