1 Star 0 Fork 0

unignss/ntrip

Create your Gitee Account
Explore and code with more than 14 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
outbound.go 338 Bytes
Copy Edit Raw Blame History
unignss authored 2026-02-09 10:11 +08:00 . nmea, caster
package ntripcaster
import (
"net"
"sync"
"time"
)
type outbound struct {
pbs net.Buffers // pending buffers for send
pbl int64 // total pending buffers bytes
wbs net.Buffers // working copy of pbs
maxpl int64 // Snapshots of max pending size
wdl time.Duration // snapshots of writedeadline
sg *sync.Cond
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/unignss/ntrip.git
git@gitee.com:unignss/ntrip.git
unignss
ntrip
ntrip
v1.0.0

Search