-
### vSomeip Version
v3.4.10
### Boost Version
1.63
### Environment
QNX 7.1
### Describe the bug
run 3.4.10 notify-sample,i can't catch offer service message use tcpdump.
i try iperf3 to send m…
-
Referencing the design doc, I understand that if I want to write to multiple tables, I would need multiple processes and topics. This means I would need to manage the state of multiple topics & proces…
-
We have many layers of netmap flattening & delta-ifying going on:
* In control, a single node changes (e.g. a peer changes its Hostinfo or endpoints)
* Control then generates a full netmap to send…
-
When a pod is deleted, neighboring pods on the same host will see the connecting veth go LOWERLAYERDOWN. This is the normal behavior of veth pairs, and IMHO is the proper behavior for meshnet as it m…
-
##### SUMMARY
The "routing table" is not supported by api_modify
##### ISSUE TYPE
- Feature Idea
##### COMPONENT NAME
routing table
##### ADDITIONAL INFORMATION
[https://help.mikrot…
-
I am experiencing an issue in my Zigbee network where devices that are not within direct reach of the Zigate coordinator often do not respond to commands sent to them using their short address. Howeve…
-
```
Routing tables are left out of date when new nodes are added or old ones
removed. Routing tables of other nodes should be updated when adding/removing
nodes.
```
Original issue reported on code…
-
Each Talos machine should know which segment it is part of, and also should know a segment of each other Talos machine in the cluster.
Segments might be very useful for other features (not only Ku…
smira updated
1 month ago
-
Standard DHT implementations don't require bootstrapping on every instance start-up. It should be possible to import previous instance routing tables, and avoid having to bootstrap from a set of boots…
-
比如把聚合结果转存到其他表
```sql
select date, count(1) as from table group by 1
```
---
还有可以把多张不同字段名称的表通过字段映射到同一张表吗?