qcloud
04c50486b8
refactor: contentLookup and traceContentLookup
2024-06-03 23:17:55 +08:00
thinkAfCod
1ae723db49
fix: fix test case
2024-06-03 14:30:21 +08:00
thinkAfCod
ba87b9da66
fix: fix memory leak
2024-06-03 14:30:21 +08:00
Chen Kai
7b4b081ff4
Revert "fix: close conn after read"
...
This reverts commit c6766840d4 .
2024-06-01 08:21:17 +08:00
Chen Kai
3a133719f8
Revert "fix: upgrade utp version for using sync pool to get buffer"
...
This reverts commit 210a81d4b3 .
2024-06-01 08:21:17 +08:00
Chen Kai
2826476c80
Revert "fix: test case and upgrade utp-go version"
...
This reverts commit 02b87d96e4 .
2024-06-01 08:21:17 +08:00
thinkAfCod
02b87d96e4
fix: test case and upgrade utp-go version
2024-05-31 14:02:18 +08:00
thinkAfCod
210a81d4b3
fix: upgrade utp version for using sync pool to get buffer
2024-05-31 14:02:18 +08:00
thinkAfCod
c6766840d4
fix: close conn after read
2024-05-31 14:02:18 +08:00
thinkAfCod
c7e93e70cc
fix: find node info
2024-05-29 20:26:30 +08:00
Chen Kai
5361160fd7
use id to send
...
Signed-off-by: Chen Kai <281165273grape@gmail.com>
2024-05-27 15:16:48 +08:00
Chen Kai
526ee8ad9e
revert
...
Signed-off-by: Chen Kai <281165273grape@gmail.com>
2024-05-27 14:48:30 +08:00
Chen Kai
3ab51ce84f
revert utp async
...
Signed-off-by: Chen Kai <281165273grape@gmail.com>
2024-05-27 09:32:04 +08:00
thinkAfCod
0159c17f46
fix: handle utp packet in async
2024-05-20 10:48:58 +08:00
thinkAfCod
b12bed8bde
fix: cache node id and add logs
...
fix: cache node info
2024-05-19 00:07:37 +08:00
thinkAfCod
a5fe113247
fix: connId repeats
2024-05-16 20:41:07 +08:00
qcloud
ec5865f6e3
fix: contentLookup and traceContentLookup
2024-05-16 09:43:16 +08:00
fearlessfe
0819e81eea
chore: add more info in err log
2024-05-16 09:43:16 +08:00
Chen Kai
86247e1ea8
Merge branch 'ethereum:master' into portal
2024-05-08 11:32:47 +08:00
fearlessfe
bb0714d9a5
fix: panic
2024-05-06 23:53:09 +08:00
Kiarash Hajian
905e325cd8
p2p/discover/v5wire: add tests for invalid handshake and auth data size ( #29708 )
2024-05-06 13:17:19 +02:00
Chen Kai
e660629a78
Merge branch 'ethereum:master' into portal
2024-05-03 11:39:35 +08:00
Aaron Chen
8c3fc56d7f
p2p/simulations/adapters: use maps.Clone ( #29626 )
2024-04-29 19:44:41 +02:00
Chen Kai
a2efff93b1
Merge branch 'ethereum:master' into portal
2024-04-25 17:43:53 +08:00
Undefinedor
a13b92524d
eth/protocols/eth,p2p/discover: remove unnecessary checks ( #29590 )
...
fix useless condition
2024-04-25 08:40:29 +02:00
Chen Kai
ab764c159d
Merge branch 'ethereum:master' into portal
2024-04-21 20:26:14 +08:00
bugmaker9371
98f504f69f
p2p/discover: fix test error messages ( #29592 )
2024-04-21 11:13:36 +02:00
Chen Kai
3014734c46
fix:fix minor warn issues
...
Signed-off-by: Chen Kai <281165273grape@gmail.com>
2024-04-19 20:19:53 +08:00
fearlseefe
e97bca61ec
fix: gossip in hive test
2024-04-18 20:01:03 +08:00
fearlseefe
2e2f44b615
feat: remove unused file
2024-04-17 18:29:33 +08:00
fearlessfe
9c0a5ccb74
feat: beacon start up
2024-04-17 18:29:33 +08:00
Chen Kai
79c769e635
Merge branch 'ethereum:master' into portal
2024-04-16 08:15:57 +08:00
Seungbae Yu
67422e2a56
p2p/nat: fix typos in comments ( #29536 )
2024-04-15 14:58:17 +02:00
Chen Kai
56462f1df9
Merge branch 'ethereum:master' into portal
2024-04-15 15:20:58 +08:00
Abirdcfly
b179b7b8e7
all: remove duplicate word in comments ( #29531 )
...
This change removes some duplicate words in in comments
2024-04-15 08:34:31 +02:00
Chen Kai
eb3206b1e1
feat:beacon network test
...
Signed-off-by: Chen Kai <281165273grape@gmail.com>
2024-04-15 09:37:39 +08:00
Chen Kai
c203f9ac8e
Merge branch 'ethereum:master' into portal
2024-04-09 20:02:33 +08:00
Bin
0bbd88bda0
all: use timer instead of time.After in loops, to avoid memleaks ( #29241 )
...
time.After is equivalent to NewTimer(d).C, and does not call Stop if the timer is no longer needed. This can cause memory leaks. This change changes many such occations to use NewTimer instead, and calling Stop once the timer is no longer needed.
2024-04-09 08:51:54 +02:00
Chen Kai
6edb2a29b3
feat:add lc bootstrap and update range
...
Signed-off-by: Chen Kai <281165273grape@gmail.com>
2024-04-07 15:28:59 +08:00
Chen Kai
f82ef2e241
Merge branch 'ethereum:master' into portal
2024-04-05 19:24:51 +08:00
cui
9dfe728909
p2p/discover: using slices.Contains ( #29395 )
2024-04-04 12:24:49 +02:00
cui
2e0c5e05ba
p2p/dnsdisc: using clear builtin func ( #29418 )
...
Co-authored-by: Felix Lange <fjl@twurst.com>
2024-04-04 12:19:48 +02:00
Chen Kai
bc7987bd91
Merge branch 'ethereum:master' into portal
2024-04-03 10:37:51 +08:00
Ng Wei Han
dfb3d46098
p2p: add inbound and outbound peers metric ( #29424 )
2024-04-02 21:18:28 +02:00
Chen Kai
5122e5a826
fix:resume udp timeout
...
Signed-off-by: Chen Kai <281165273grape@gmail.com>
2024-03-30 10:59:31 +08:00
Chen Kai
766d2d8ece
Merge branch 'ethereum:master' into portal
2024-03-29 10:09:47 +08:00
cui
3754a6cc92
p2p/dnsdisc: using maps.Copy ( #29377 )
2024-03-28 12:07:38 +01:00
Chen Kai
66de3b2898
Merge branch 'ethereum:master' into portal
2024-03-27 09:46:17 +08:00
fearlessfe
923ec257b4
feat: change method params
...
ContentLookup and TraceContentLookup method
2024-03-27 09:46:03 +08:00
Aaron Chen
723b1e36ad
all: fix mismatched names in comments ( #29348 )
...
* all: fix mismatched names in comments
* metrics: fix mismatched name in UpdateIfGt
2024-03-26 21:01:28 +01:00