]> Cypherpunks.ru repositories - nncp.git/blobdiff - src/cypherpunks.ru/nncp/node.go
Merge branch 'develop'
[nncp.git] / src / cypherpunks.ru / nncp / node.go
index 7992f4bc8f1ce19d4c6a2b3e7d13f7cd937f1b78..1ea490309ff45b2146d3e6b22b0317d6b222508e 100644 (file)
@@ -45,6 +45,8 @@ type Node struct {
        Sendmail       []string
        Incoming       *string
        Freq           *string
+       FreqChunked    int64
+       FreqMinSize    int64
        Via            []*NodeId
        Addrs          map[string]string
        OnlineDeadline uint
@@ -68,7 +70,7 @@ type NodeOur struct {
 type Call struct {
        Cron           *cronexpr.Expression
        Nice           uint8
-       Xx             *TRxTx
+       Xx             TRxTx
        Addr           *string
        OnlineDeadline uint
        MaxOnlineTime  uint