[U] Update channel content
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="zh-cn">
|
||||
<id>https://aza.moe/life</id>
|
||||
<title>小桂桂的回忆录 📒</title>
|
||||
<updated>2025-01-17T02:31:40.877330+00:00</updated>
|
||||
<updated>2025-01-17T04:15:53.517778+00:00</updated>
|
||||
<link href="https://aza.moe/life" rel="alternate"/>
|
||||
<generator uri="https://lkiesow.github.io/python-feedgen" version="0.9.0">python-feedgen</generator>
|
||||
<logo>https://aza.moe/meru_256px.png</logo>
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -67060,7 +67060,7 @@
|
||||
{
|
||||
"id": 4863,
|
||||
"date": "2025-01-15T21:53:19",
|
||||
"views": 73,
|
||||
"views": 74,
|
||||
"forwards": 1,
|
||||
"images": [
|
||||
{
|
||||
@@ -67079,7 +67079,7 @@
|
||||
"id": 4864,
|
||||
"date": "2025-01-15T23:56:15",
|
||||
"text": "在 线 人 数 显 示",
|
||||
"views": 71,
|
||||
"views": 72,
|
||||
"forwards": 0,
|
||||
"images": [
|
||||
{
|
||||
@@ -67098,7 +67098,7 @@
|
||||
"id": 4865,
|
||||
"date": "2025-01-16T02:45:46",
|
||||
"text": "和 syama 一起花了三天做了一个联机 mod AquaMai.WorldsLink,装上 mod 之后任何网络下任何版本任何服务器上都可以互相联机了!\n\n(原本游戏必须是同一个局域网的基准机/从机才可以互相联机,两个机器必须都互相能访问到对方开放的 TCP 和 UDP 端口,而且必须是相同游戏版本)\n\n实现方法是把游戏原本需要 P2P 互相给对方开放的端口发东西的设计改成两个客户端同时连到一个公网服务器,然后这个服务器会转发互相发送的请求。(其实也是某种分流?每个客户端只和服务器建立一个 TCP 流,然后通过消息内容来分辨每个消息属于哪个分流然后单独处理 qwq\n\n为此手动在 kt 里搓了一个 TCP/UDP over TCP 的<a href=\"https://github.com/MewoLab/AquaDX/blob/v1-dev/src/main/java/icu/samnyan/aqua/sega/maimai2/worldslink/FutariServer.kt\">转发服务器</a>,和一个 C# 里面的<a href=\"https://github.com/MewoLab/AquaMai/blob/futari/AquaMai.Mods/WorldsLink/FutariClient.cs\">连接客户端</a>... 再加上一个 System Socket <a href=\"https://github.com/MewoLab/AquaMai/blob/futari/AquaMai.Mods/WorldsLink/FutariSocket.cs\">兼容层</a>把游戏内的调用都勾走,再修了些奇妙小 bug 就成功啦!感觉去年计网课真的没白学 <i class=\"custom-emoji\" emoji-src=\"emoji/6170075684434610033.webm\">⌨</i>",
|
||||
"views": 76,
|
||||
"views": 77,
|
||||
"forwards": 2,
|
||||
"images": [
|
||||
{
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<link>https://aza.moe/life</link>
|
||||
</image>
|
||||
<language>zh-cn</language>
|
||||
<lastBuildDate>Fri, 17 Jan 2025 02:31:40 +0000</lastBuildDate>
|
||||
<lastBuildDate>Fri, 17 Jan 2025 04:15:53 +0000</lastBuildDate>
|
||||
<item>
|
||||
<title>小桂桂的回忆录 📒 #4865</title>
|
||||
<link>https://aza.moe/life?post=4865</link>
|
||||
|
||||
Reference in New Issue
Block a user