Compare commits
3 commits
c69b231ddd
...
783d82b83e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
783d82b83e | ||
|
|
7881b72b1b | ||
|
|
a22c05dc82 |
3 changed files with 10 additions and 5 deletions
|
|
@ -66,8 +66,12 @@ function isCC() {
|
||||||
ELINES[i] = $0
|
ELINES[i] = $0
|
||||||
NE++
|
NE++
|
||||||
if (N) {
|
if (N) {
|
||||||
if (TE0 < 0x40000000 && TLAST > 0xc0000000) EPOCH += 0x100000000
|
if (TE0 < 0x00ffffff && TLAST > 0xff000000) {
|
||||||
TLAST = TE0
|
EPOCH += 0x100000000
|
||||||
|
TLAST = TE0
|
||||||
|
} else if (TE0 > TLAST) {
|
||||||
|
TLAST = TE0
|
||||||
|
}
|
||||||
}
|
}
|
||||||
return N
|
return N
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
eth/source/ip 172.16.18.112
|
eth/source/ip 172.16.18.121
|
||||||
echo eth config SETH
|
echo eth config SETH
|
||||||
@eth/dest/str/mac/ip/port 3c:97:0e:ce:30:48 172.16.18.110 1112
|
@eth/dest/str/mac/ip/port 3c:97:0e:ce:30:48 172.16.18.120 1112
|
||||||
@eth/dest/mes/mac/ip/port 3c:97:0e:ce:30:48 172.16.18.110 1113
|
@eth/dest/mes/mac/ip/port 3c:97:0e:ce:30:48 172.16.18.120 1113
|
||||||
@eth/init/full
|
@eth/init/full
|
||||||
@s/if errno>=500: s/exit
|
@s/if errno>=500: s/exit
|
||||||
@var/set eth_verbosity = 4
|
@var/set eth_verbosity = 4
|
||||||
|
|
|
||||||
|
|
@ -2,3 +2,4 @@
|
||||||
eth/init/full
|
eth/init/full
|
||||||
@s/if enc == 0xb: eth/rx/en
|
@s/if enc == 0xb: eth/rx/en
|
||||||
@s/if enc == 0xf: var/set udp_size=R
|
@s/if enc == 0xf: var/set udp_size=R
|
||||||
|
@v spi_min_q = 665
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue