Changeset 682 for trunk/user/convol


Ignore:
Timestamp:
Jan 3, 2021, 11:32:52 PM (3 years ago)
Author:
alain
Message:

Introduce three new applications:

  • windows : to test the FBF windows kernel manager
  • udp_chat : chat application based on UDP sockets.
  • tcp_chat : chat application based on TCP sockets (including packet loss recovery).
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/user/convol/convol.c

    r676 r682  
    702702    if( INTERACTIVE_MODE )
    703703    {
    704         char byte;
    705704        printf("\n[convol] press any key to to delete FBF windows and exit\n");
    706         getc( &byte );
     705        getchar();
    707706    }
    708707 
Note: See TracChangeset for help on using the changeset viewer.