hyung-hwan
  • Joined on 2022-12-21
hyung-hwan pushed to main at hyung-hwan/hodu 2024-12-13 17:42:50 +00:00
3299ca0fb2 fixed the usage text
hyung-hwan pushed to main at hyung-hwan/hodu 2024-12-13 17:39:41 +00:00
25ce8a6ca4 added the client-peer-name field for route commands
hyung-hwan pushed to main at hyung-hwan/hodu 2024-12-13 15:24:07 +00:00
692fc352b1 removed frame.go
hyung-hwan pushed to main at hyung-hwan/hodu 2024-12-13 15:19:19 +00:00
7cea612ae5 trying to add client-side peer name
hyung-hwan pushed to main at hyung-hwan/hodu 2024-12-13 14:19:43 +00:00
55fc4bdfcb changed id allocation back to linear allocation. time-based or random number-based allocation make debugging troublesome
hyung-hwan pushed to main at hyung-hwan/hodu 2024-12-13 12:49:29 +00:00
ea601f1011 many enhancements to the ssh terminal support
hyung-hwan pushed to main at hyung-hwan/hodu 2024-12-12 17:26:09 +00:00
61c13bd4e8 added server-proxy.go
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