ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/host/java/LowLevelNet.java
(Generate patch)

Comparing projects/cms/source/host/java/LowLevelNet.java (file contents):
Revision 1.3 by ab11, Thu Nov 30 04:09:11 2000 UTC vs.
Revision 1.5 by tdb, Wed Jan 24 01:25:59 2001 UTC

# Line 25 | Line 25 | class LowLevelNet {
25      public static void sendUDPPacket( Config config, String inText ){
26          
27          if ( inText.length() != 0 ){
28 <        
28 >            //System.out.println("SENT: "+inText);
29              // will throw an exception if an error occurs, so must bung it in a try
30              try {
31                  DatagramPacket udp = new DatagramPacket( inText.getBytes(), inText.length(), config.getFilterName(), config.getFilterUDPPort() );
# Line 53 | Line 53 | class LowLevelNet {
53  
54   //---STATIC ATTRIBUTES---
55  
56 < }
56 > }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines