ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/server/uk/org/iscream/cms/server/clientinterface/PacketSorter.java
(Generate patch)

Comparing projects/cms/source/server/uk/org/iscream/cms/server/clientinterface/PacketSorter.java (file contents):
Revision 1.22 by tdb, Wed Feb 5 16:43:46 2003 UTC vs.
Revision 1.23 by tdb, Mon Feb 24 20:18:48 2003 UTC

# Line 133 | Line 133 | class PacketSorter extends Thread {
133              
134              String packetType = packet.getParam("packet.attributes.type");
135              // check if we need to send it regardless
136 <            if(packetType.equals("data") || packetType.equals("heartbeat")) {
136 >            if(packetType.equals("data")) {
137                  String host = packet.getParam("packet.attributes.machine_name");
138                  
139                  // look in the hostMap to see if anyone wants this data

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines