12 Commits

Author SHA1 Message Date
4386355e1f Work on raw datagram tests 2025-06-01 18:25:35 -04:00
7eea63b351 Fix close race in DatagramSession 2025-06-01 18:14:24 -04:00
27312d3e94 Add Conn() getter to BaseSession 2025-06-01 17:56:23 -04:00
12559c0335 Implement tests for RawSession 2025-06-01 17:32:11 -04:00
5ee5d0e181 add tests for raw sessions 2025-06-01 17:27:48 -04:00
3dee698d01 Implement tests for RawSession 2025-06-01 17:21:15 -04:00
a53acecb87 godoc 2025-05-29 19:44:45 -04:00
9c8d590a4d re-add raw datagrams, likely does not work yet 2025-05-29 19:01:23 -04:00
d3f085b2c8 eliminate a bunch of broken crap and start over from common 2025-05-27 18:25:13 -04:00
a325a30b06 fix conflicts 2025-05-26 23:30:26 -04:00
0e35eb2df3 Clean up and fixes
-  Define and use a few constants for the sake of code maintainability
- Change log package name to logger so it better reflects its purpose
- Fix depredations
-  Drop unused private methods and constants
- Create an auxiliary func newFromPrimary() to reduce code duplicacy. Also straight away type conversion doesn't seem to type-check. Got to explicitly create a new struct instance.
2025-03-12 21:39:23 +00:00
5a1b4e14d9 part out sam3 2025-02-17 21:46:19 -05:00