Laurence
13448f76aa
refactor(proxy): cleanup basics - constants, remove dead code, fix deprecated calls
...
- Add maxUDPPacketSize constant to replace magic number 65507
- Remove commented-out code in Stop()
- Replace deprecated ne.Temporary() with errors.Is(err, net.ErrClosed)
- Use errors.As instead of type assertion for net.Error
- Use errors.Is for closed connection checks instead of string matching
- Handle closed connection gracefully when reading from UDP target
2026-03-16 14:11:14 +00:00
Owen
4e854b5f96
Working on message versioning
2026-03-02 20:56:18 -08:00
Marc Schäfer
c086e69dd0
Adding OpenTelemetry Metrics and Tracing
2025-10-11 18:19:51 +02:00
Owen
e0cba2e5c6
Merge branch 'site-targets' into dev
2025-08-19 10:57:25 -07:00
Owen
45d17da570
Fix the bind problem by just recreating the dev
...
TODO: WHY CANT WE REBIND TO A PORT - WE NEED TO FIX THIS BETTER
2025-07-29 20:58:48 -07:00
Owen
9fc692c090
Proxy working?
2025-07-25 12:00:09 -07:00
Owen
e4bdbbec7c
Adjust logging
2025-07-08 08:48:27 -07:00
Owen
76503f3f2c
Fix typo
2025-02-15 17:52:51 -05:00
Owen
fa6038eb38
Move message to debug to reduce confusion
2025-02-06 20:21:04 -05:00
Owen Schwartz
0c5c59cf00
Fix removing udp sockets
2025-01-27 21:28:22 -05:00
Owen Schwartz
3a63657822
Rewrite proxy manager
2025-01-20 21:11:06 -05:00
Owen Schwartz
759780508a
Resolve TCP hanging but port is in use issue
2025-01-19 22:46:00 -05:00
Owen Schwartz
447a983790
Clean up mod
2024-12-24 16:22:15 -05:00
Owen Schwartz
49580f1a3c
Fix some port overlap problems
2024-12-08 20:49:26 -05:00
Owen Schwartz
79c16a5705
Replace more logs
2024-11-23 19:37:52 -05:00
Owen Schwartz
7c6c4237cf
Handle freeing ports correctly
2024-11-23 18:20:56 -05:00
Owen Schwartz
4df89c208b
Fix remove target error
2024-11-23 16:52:31 -05:00
Owen Schwartz
055d50d1d3
Polish; add remove
2024-11-18 22:08:42 -05:00
Owen Schwartz
2e5531b4a5
WIP: Add websocket support
2024-11-10 22:04:36 -05:00
Owen Schwartz
b348c768c7
Scafolding out the project
2024-11-04 00:26:45 -05:00