# 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/2znqvva
MPTCP: 一個在 Go 1-21 中的被忽略的新特性**
Go 1.21 再有兩三個月就發佈了,很多同學都已經總結了 Go 1.21 的新特性了,爲新的 Go 版本的到來造勢,但是我還沒看到有同學專門介紹 Go 1.21 爲網絡庫新增加的一個特性,所以我專門新開一篇專門來介紹。關於 MPTCP 這個新特性,專門有一個 issue (#56539[1]) 跟進和討論。它是一個對 TCP 的單路徑的擴展,由 RFC8684[2] 規範來定義。多路徑傳輸控制協 ⌘ Read more