Logo
Explore Help
Sign In
b612/notify
1
0
Fork 0
You've already forked notify
Code Issues Pull Requests Projects Releases 10 Wiki Activity
notify/internal/transport/npipe_other.go

17 lines
268 B
Go
Raw Normal View History

feat(notify): 重构通信内核并补齐 stream/bulk/record/transfer 能力 - 引入 LogicalConn/TransportConn 分层,ClientConn 保留兼容适配层 - 新增 Stream、Bulk、RecordStream 三条数据面能力及对应控制路径 - 完成 transfer/file 传输内核与状态快照、诊断能力 - 补齐 reconnect、inbound dispatcher、modern psk 等基础模块 - 增加大规模回归、并发与基准测试覆盖 - 更新依赖库
2026-04-15 15:24:36 +08:00
//go:build !windows
package transport
import (
"net"
"time"
)
func dialNamedPipe(_ string, _ *time.Duration) (net.Conn, error) {
return nil, ErrNamedPipeUnsupported
}
func listenNamedPipe(_ string) (net.Listener, error) {
return nil, ErrNamedPipeUnsupported
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.3 Page: 22ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API