# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 1
# self = https://watcher.sour.is/conv/gw7fawa
圖解 TCP 連接生命週期**
TCP 連接生命週期----------    來自《TCP 半連接全連接(一) -- 全連接隊列相關過程》(https://xiaodongq.github.io/2024/05/18/tcpconnect/)一文的作者,很好的總結了連接建立,數據收發到連接關閉的過程,正所謂一圖勝千言!原圖地址:https://xiaodongq.github.io/images/tcp-connect-cloRead more