moznion
3f6e64349e
releng: 0.3.1
...
Signed-off-by: moznion <moznion@mail.moznion.net >
2022-05-18 12:47:15 -07:00
moznion
02f521872e
releng: 0.3.0
...
Signed-off-by: moznion <moznion@mail.moznion.net >
2022-05-18 12:42:46 -07:00
moznion
140b58358e
releng: v0.2.1
...
Signed-off-by: moznion <moznion@mail.moznion.net >
2021-06-01 00:03:09 +09:00
moznion
6ef94a6e20
releng: v0.2.0
...
Signed-off-by: moznion <moznion@mail.moznion.net >
2021-02-04 00:53:26 +09:00
moznion
23d19f88aa
releng: v0.1.1
...
Signed-off-by: moznion <moznion@mail.moznion.net >
2021-02-04 00:41:15 +09:00
moznion
48a9c56e3f
Set a couple of parameters by setter, instead of function parameters
2021-01-03 11:34:05 +09:00
moznion
88e01fc828
Separate server bootstrap sequence between listen() and run()
...
Initially it uses a channel that given through the `run()` parameter to notify when a server becomes ready,
but that doesn't work because it never run the procedure until `await` called.
This means if it calls `await`, it blocks the procedure so it cannot consume a channel simultaneously.
Thus, it separates bootstrap sequence between `listen()` and `run()`.
`listen()`: Start UDP listening. After this function call is finished, the RADIUS server is ready.
`run()`: Start a loop to handle the RADIUS requests.
2021-01-03 11:19:28 +09:00
moznion
ce4ac93631
Upgrade tokio version: v1.0.1
2021-01-02 11:24:55 +09:00
moznion
24b261798a
Releng: v0.1.0
2020-12-22 09:41:08 +09:00
moznion
749c8eddb1
releng: v0.0.3
2020-12-12 14:18:49 +09:00
moznion
b4e7326f78
releng: v0.0.2
2020-12-12 13:51:41 +09:00
moznion
2855b42cb2
releng: prepare the publishing
2020-12-12 13:38:45 +09:00
moznion
2f2c344f2b
Restructure
2020-12-12 13:38:40 +09:00
moznion
e55679a4d6
Make the client configurable connection-timeout and socket-timeout
2020-12-03 00:39:12 +09:00
moznion
0ef10d8554
Restructure the project tree
2020-11-29 12:45:35 +09:00
moznion
a20f1a1d28
Typesafe lookup
2020-11-28 18:29:37 +09:00
moznion
b46b4ceaf9
Rename
2020-11-28 17:59:59 +09:00
moznion
dc1fbe85ad
Refactor
2020-11-28 15:40:31 +09:00
moznion
89f36717e5
Add example implementation for server and client
2020-11-28 04:08:26 +09:00