p. 299: Change
if (s.getTcpSoLinger() == -1) s.setSoLinger(true, 240);
if (s.getSoLinger() == -1) s.setSoLinger(true, 240);
p. 309: In the second line, change "thegggg" to "the".