Getting PPP unique identifier
Closed this issue · 1 comments
david-hoze commented
Hi, great work!
I want to use the SSTP server that comes with accel-ppp, but I need to keep track of the PPP sessions, so that I can link each outgoing connection from the SSTP server with its corresponding PPP session.
i.e. linking the (source_port,destination_address,destination_port) with some unique ID I can maybe generate for each PPP session. Lastly I will also need to link that PPP session with a user name.
I would appreciate it if you can point me to the relevant part of the code that may help me..
Thanks a lot :)
david-hoze commented
OK, I think this belongs to accel-ppp forum, closing.