Made variables non-private, and followed convention for the references to the IP lib.

This commit is contained in:
Callum Fraser 2018-05-16 22:32:46 +01:00
parent ea36687205
commit 3ba12ae9ac
7 changed files with 70 additions and 70 deletions

View file

@ -5,7 +5,7 @@
*/
import Operation from "../Operation";
import {calculateTCPIPChecksum} from "../lib/Ip";
import {calculateTCPIPChecksum} from "../lib/Ip.mjs";
/**
* TCP/IP Checksum operation