Changeset 6919 for source/ariba/utility/transport
- Timestamp:
 - Nov 13, 2009, 1:41:34 PM (16 years ago)
 - Location:
 - source/ariba/utility/transport/tcpip
 - Files:
 - 
      
- 2 edited
 
- 
          
  protlib/address.h (modified) (1 diff)
 - 
          
  tcpip.cpp (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
source/ariba/utility/transport/tcpip/protlib/address.h
r5284 r6919 790 790 791 791 node *insert(netaddress &key, data_type &dat) { 792 node *a, *b , *c, *n, *m;793 int cmp , pos = 0;792 node *a, *b = NULL, *c, *n, *m; 793 int cmp = 0, pos = 0; 794 794 795 795 c = a = key.is_ipv4() ? v4head : v6head;  - 
      
source/ariba/utility/transport/tcpip/tcpip.cpp
r5718 r6919 183 183 datamsg->set_pos(0); 184 184 uint32_t message_size = datamsg->decode32(true)-2; 185 uint16_t remote_port = datamsg->decode16(true);185 //uint16_t remote_port = datamsg->decode16(true); 186 186 187 187  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.