29 Nov
2011
29 Nov
'11
3:57 a.m.
Alexandre Chapellon wrote:
I don't understand what you mean by "writing a detailed state machine"... state machine?
Write down what the server receives, and what you want to do with it. The server receives accounting on/off start/stop and alive packets. It can receive those when a session is non-existent, open, or closed. How does the server determine the "right" thing to do? Write down the logic. Then, implement it. Alan DeKok.