hyung-hwan
  • Joined on 2022-12-21
hyung-hwan pushed to main at hyung-hwan/hodu 2024-12-12 17:25:40 +00:00
c562a41cb8 implementing a ssh termianl
hyung-hwan pushed to main at hyung-hwan/hodu 2024-12-12 12:09:29 +00:00
f6ea852e61 added the proxy service for http/https client peer on the server side. work in progress
hyung-hwan pushed to main at hyung-hwan/hodu 2024-12-10 05:57:23 +00:00
41e7222b98 fixed wrong config access
hyung-hwan pushed to main at hyung-hwan/hodu 2024-12-10 05:37:23 +00:00
07e11a8e25 updated to limit max rpc connecitons and peer connections.
hyung-hwan pushed to main at hyung-hwan/hodu 2024-12-10 04:15:22 +00:00
6fdae92300 simplificed monotonic time functions by using x/sys/unix
hyung-hwan pushed to main at hyung-hwan/hodu 2024-12-09 13:41:36 +00:00
2d15f0d2a4 defined PeerId, RouteId, ConnId types and made relevant changes
hyung-hwan pushed to main at hyung-hwan/hodu 2024-12-09 10:22:55 +00:00
d043fd730b updated code to utilize runtime.nanotime() which is not exported
hyung-hwan pushed to main at hyung-hwan/hodu 2024-12-09 10:04:36 +00:00
de113d150f added a function to get the monotonic time
hyung-hwan pushed to main at hyung-hwan/hodu 2024-12-09 08:23:42 +00:00
464a550c68 added a stop request guard in starting a control channel
f1c146d94f permitted the client mode to start without server addresses
Compare 2 commits »
hyung-hwan pushed to main at hyung-hwan/hodu 2024-12-08 16:59:13 +00:00
db48395b13 fixed null pointer dereference in accessing the log mask configuration value
hyung-hwan pushed to main at hyung-hwan/hodu 2024-12-08 16:52:50 +00:00
2c7c08c22f added the log-mask option in the configuration file
hyung-hwan pushed to main at hyung-hwan/hodu 2024-12-08 14:16:53 +00:00
be0d31b06c implemented some more control channel handler in server.go
hyung-hwan pushed to main at hyung-hwan/hodu 2024-12-08 08:47:15 +00:00
3c9b65476a minor code formatting
hyung-hwan pushed to main at hyung-hwan/hodu 2024-12-08 08:40:28 +00:00
29180a7969 added more stats fields
hyung-hwan pushed to main at hyung-hwan/hodu 2024-12-08 08:26:14 +00:00
ebfc4010e7 added the cts_limit field to Server
hyung-hwan pushed to main at hyung-hwan/hodu 2024-12-08 08:19:35 +00:00
0bc765b72a removed unwanted return in client_ctl_client_conns_id.ServerHTTP()
hyung-hwan pushed to main at hyung-hwan/hodu 2024-12-08 07:56:14 +00:00
f87db5ac41 fixed nil pointer dererence in main
hyung-hwan pushed to main at hyung-hwan/hodu 2024-12-08 07:48:35 +00:00
feedff3f04 implemented timeout for an initial GetSeed call.
7479cc0f3a enhancing the client to accept multipl rpc server addresses
Compare 2 commits »
hyung-hwan pushed to main at hyung-hwan/hodu 2024-12-08 04:35:07 +00:00
3d19576905 extended configuration to accept rpc service addresses and endpoint addresses
hyung-hwan pushed to main at hyung-hwan/hodu 2024-12-08 03:13:48 +00:00
87597ad698 extended stats to include number of rpc connections, routes, peers