# | Line 12 | Line 12 | public class XMLSender2 { | |
---|---|---|
12 | System.exit(0); | |
13 | } | |
14 | ||
15 | < | System.out.println("Repeatedly sending the same packet to port 6667 ..."); |
16 | < | System.out.println("(about 100 per second, with id numbers)"); |
15 | > | System.out.println("Repeatedly sending the same packet to port 4589 ..."); |
16 | > | System.out.println("(*about* 100 per second, with id numbers)"); |
17 | ||
18 | < | int port = 6667; |
18 | > | int port = 4589; |
19 | ||
20 | // stuff to send | |
21 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |