|
|
73b982c6e0
|
refactor: enhance TCPClientInterface and TCPServerInterface with improved concurrency handling and added connection timeout
|
2025-12-30 21:14:30 -06:00 |
|
|
|
a34c211872
|
refactor: format code and add more constants
Go Build Multi-Platform / build (amd64, darwin) (push) Failing after 12s
Go Build Multi-Platform / build (amd64, freebsd) (push) Successful in 51s
Go Build Multi-Platform / build (amd64, linux) (push) Successful in 49s
Go Build Multi-Platform / build (arm, freebsd) (push) Successful in 49s
Go Build Multi-Platform / build (amd64, windows) (push) Successful in 57s
Go Build Multi-Platform / build (arm, windows) (push) Failing after 19s
Go Build Multi-Platform / build (arm, linux) (push) Failing after 21s
Go Build Multi-Platform / build (arm64, darwin) (push) Successful in 44s
Go Build Multi-Platform / build (arm64, freebsd) (push) Successful in 48s
Go Build Multi-Platform / build (arm64, linux) (push) Successful in 47s
Go Build Multi-Platform / build (arm64, windows) (push) Successful in 46s
Run Gosec / tests (push) Successful in 45s
Go Build Multi-Platform / Create Release (push) Has been skipped
Go Revive Lint / lint (push) Successful in 9m48s
Go Test Multi-Platform / Test (ubuntu-latest, arm64) (push) Successful in 19m13s
Go Test Multi-Platform / Test (ubuntu-latest, amd64) (push) Successful in 19m19s
|
2025-12-28 22:27:16 -06:00 |
|
|
|
8e243a7c8b
|
Update import paths to use the new Gitea paths
Go Build Multi-Platform / build (amd64, windows) (push) Successful in 34s
Go Build Multi-Platform / build (amd64, freebsd) (push) Successful in 38s
Go Build Multi-Platform / build (amd64, linux) (push) Successful in 37s
Go Build Multi-Platform / build (arm, freebsd) (push) Successful in 32s
Go Build Multi-Platform / build (arm, linux) (push) Successful in 35s
Go Build Multi-Platform / build (arm64, darwin) (push) Successful in 34s
Go Build Multi-Platform / build (arm, windows) (push) Successful in 37s
Go Build Multi-Platform / build (arm64, freebsd) (push) Successful in 42s
Go Build Multi-Platform / Create Release (push) Has been skipped
Go Test Multi-Platform / Test (ubuntu-latest, amd64) (push) Successful in 1m29s
Go Revive Lint / lint (push) Successful in 47s
Run Gosec / tests (push) Successful in 1m3s
Go Build Multi-Platform / build (amd64, darwin) (push) Successful in 27s
Go Build Multi-Platform / build (arm64, linux) (push) Successful in 44s
Go Build Multi-Platform / build (arm64, windows) (push) Successful in 42s
Go Test Multi-Platform / Test (ubuntu-latest, arm64) (push) Successful in 1m5s
|
2025-12-20 20:02:49 -06:00 |
|
|
|
9b1f45ff77
|
Update module path to remove the GitHub
|
2025-12-20 19:19:30 -06:00 |
|
|
|
763fb4a962
|
refactor: improve variable initialization in GetRTT method for better clarity
|
2025-11-20 21:45:30 -06:00 |
|
|
|
2a2d6d6515
|
feat: add platform-specific TCP timeout configurations for Darwin, FreeBSD, Windows, and Linux
|
2025-11-20 18:04:11 -06:00 |
|
|
|
fdfe895d2d
|
feat: enhance TCP and UDP interfaces with improved timeout settings and MTU configuration
|
2025-11-20 17:57:00 -06:00 |
|
|
|
f097bb3241
|
security: use net.JoinHostPort instead of fmt.Sprintf
Benchmark GC Performance / benchmark (push) Successful in 1m19s
Run Gosec / tests (push) Successful in 48s
Go Revive Lint / lint (push) Successful in 34s
Go Build Multi-Platform / build (amd64, darwin) (push) Failing after 31s
Go Build Multi-Platform / build (amd64, windows) (push) Failing after 34s
Go Build Multi-Platform / build (arm, freebsd) (push) Failing after 29s
Go Build Multi-Platform / build (arm, linux) (push) Failing after 27s
Go Build Multi-Platform / Create Release (push) Has been skipped
Go Test Multi-Platform / Test (ubuntu-latest, arm64) (push) Successful in 48s
Go Test Multi-Platform / Test (ubuntu-latest, amd64) (push) Successful in 1m28s
Go Build Multi-Platform / build (amd64, freebsd) (push) Failing after 27s
Go Build Multi-Platform / build (amd64, linux) (push) Failing after 27s
Go Build Multi-Platform / build (arm, windows) (push) Failing after 27s
Go Build Multi-Platform / build (arm64, darwin) (push) Failing after 27s
Go Build Multi-Platform / build (arm64, freebsd) (push) Failing after 27s
Performance Monitor / performance-monitor (push) Successful in 2m40s
Go Build Multi-Platform / build (arm64, windows) (push) Failing after 25s
Go Build Multi-Platform / build (arm64, linux) (push) Failing after 27s
Go Test Multi-Platform / Test (macos-latest, amd64) (push) Has been cancelled
Go Test Multi-Platform / Test (windows-latest, amd64) (push) Has been cancelled
Go Test Multi-Platform / Test (macos-latest, arm64) (push) Has been cancelled
|
2025-11-09 00:05:36 -06:00 |
|
|
|
636d400f1e
|
refactor: migrate to structured debug logging
|
2025-11-09 00:00:55 -06:00 |
|
|
|
be34168a1b
|
Refine comment in TCPClientInterface to clarify HDLC framing usage for TCP connections
|
2025-09-27 04:41:36 -05:00 |
|
|
|
972d00df92
|
Fix TCPClientInterface readLoop and handlePacket methods to streamline HDLC framing logic and improve packet handling. Remove KISS framing support and update logging for received packets. Ensure outgoing data uses HDLC framing consistently.
|
2025-09-27 04:30:28 -05:00 |
|
|
|
2ffd12b3e1
|
Add Send method to TCPClientInterface and better logging in UDPInterface
|
2025-09-07 02:21:48 -05:00 |
|
|
|
b9aebc8406
|
gosec fixes and added #nosec where necassary
|
2025-07-06 00:33:50 -05:00 |
|
Ivan
|
26371cdb6a
|
Code cleanup of unused functions/variables
|
2025-05-07 18:35:45 -05:00 |
|
|
|
041b439a66
|
fix RTT for specific platforms
|
2025-03-11 23:06:26 -05:00 |
|
Sudo-Ivan
|
0862830431
|
0.3.4
|
2025-01-01 17:00:11 -06:00 |
|
Sudo-Ivan
|
3ffd5b72a1
|
update
|
2025-01-01 02:03:12 -06:00 |
|
Sudo-Ivan
|
73af84e24f
|
0.3.3
|
2025-01-01 01:41:16 -06:00 |
|
Sudo-Ivan
|
30ea1dd0c7
|
0.3.2
|
2025-01-01 00:40:25 -06:00 |
|
Sudo-Ivan
|
3ed2c67742
|
interface: add interface mods, types and more
|
2024-12-31 11:22:37 -06:00 |
|
Sudo-Ivan
|
7a7ce84778
|
0.2.8
|
2024-12-30 12:58:43 -06:00 |
|
Sudo-Ivan
|
decbd8f29a
|
0.2.4
|
2024-12-30 03:50:52 -06:00 |
|
Sudo-Ivan
|
bfc75a2290
|
0.2.1
|
2024-12-30 02:34:38 -06:00 |
|
Sudo-Ivan
|
2e01fa565d
|
update 0.2.0
|
2024-12-30 02:26:51 -06:00 |
|
Sudo-Ivan
|
668d7c56b5
|
init v0.1.0
|
2024-12-30 01:56:25 -06:00 |
|