(addr)
| 1448 | } |
| 1449 | |
| 1450 | _read(addr) { |
| 1451 | const buf = this.rw_buf; |
| 1452 | buf.write64(0, addr); |
| 1453 | buf.fill(0, 8); |
| 1454 | ssockopt(this.main_sd, IPPROTO_IPV6, IPV6_PKTINFO, buf); |
| 1455 | gsockopt(this.worker_sd, IPPROTO_IPV6, IPV6_PKTINFO, buf); |
| 1456 | } |
| 1457 | |
| 1458 | read8(addr) { |
| 1459 | this._read(addr); |