You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :)
The text was updated successfully, but these errors were encountered:
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 :)
The text was updated successfully, but these errors were encountered: