Corrections to Chapter 9 of Java Network Programming, Sockets for Clients

p. 299: Change

if (s.getTcpSoLinger() == -1) s.setSoLinger(true, 240);

to

if (s.getSoLinger() == -1) s.setSoLinger(true, 240);

p. 309: In the second line, change "thegggg" to "the".

[ Java Network Programming Corrections | Java Network Programming Home Page | Table of Contents | Examples | Order from Amazon ] ]

Copyright 2005 Elliotte Rusty Harold
elharo@metalab.unc.edu
Last Modified March 18, 2006