Ignore:
Timestamp:
2010-01-04T17:44:28Z (14 years ago)
Author:
Lukas Mejdrech <lukas@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
daecfed3
Parents:
2d68c72
Message:
  • nettest[12] default datagram size corresponds to the pattern, * nettest[12] output placement fix
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/app/nettest1/nettest1.c

    r2d68c72 r9d28b9c  
    244244                        return socket_ids[ index ];
    245245                }
    246                 if( verbose ) print_mark( index );
     246                if( verbose ){
     247                        print_mark( index );
     248                }
    247249        }
    248250        return EOK;
     
    366368        ERROR_DECLARE;
    367369
    368         size_t                          size                    = 28;
     370        size_t                          size                    = 27;
    369371        int                                     verbose                 = 0;
    370372        sock_type_t                     type                    = SOCK_DGRAM;
Note: See TracChangeset for help on using the changeset viewer.