aboutsummaryrefslogtreecommitdiff
path: root/Hotline/Shared/NetSocket.swift
AgeCommit message (Collapse)Author
2025-10-20Cleanup and a bunch of work to fix issues syncing, loading, and general ↵Dustin Mierau
bookmark states in TrackerView. Added search field (substring conjunctive filter on server/bookmark names and descriptions).
2024-01-14Disable custom TCP keepalive settings. Just use defaults. Seeing some weird ↵Dustin Mierau
disconnecting.
2024-01-13Rewrite HotlineClient to use new simpler NetSocket stream based socket lib. ↵Dustin Mierau
Seems to be working well and has fixed some connection issues with certain servers. This does away with Apple's NWConnection for everything but file transfers which I still want to be processing on another thread so will keep NWConnection for now.
2024-01-12Experimenting with a simpler stream/delegate bsaed socket library for ↵Dustin Mierau
Tracker listing for now. Added consume methods to Data and [UInt8] arrays to make reading bytes off the wire easier to read..