Files
bitburner-src/markdown/bitburner.heartbleedoptions.md
Michael Ficocelli 6073964768 DARKNET: Darkweb Expansion Project & Bitnode (#2139)
This is BN15. It is a really big change; see the PR for all the details.
2026-02-03 03:40:36 -08:00

444 B

Home > bitburner > HeartbleedOptions

HeartbleedOptions type

Options to change the behavior of heartbleed API.

Signature:

type HeartbleedOptions = {
  peek?: boolean;
  logsToCapture?: number;
  additionalMsec?: number;
};