Vegastrike 0.5.1 rc1
1.0
Original sources for Vegastrike Evolved
|
#include <config.h>
#include <iostream>
Go to the source code of this file.
Enumerations | |
enum | PCKTFLAGS { NONE =0, STDPRI =0, LOPRI =0x0010, HIPRI =0x0020, SENDRELIABLE =0, SENDANDFORGET =0x0100, SENT =0x0001, RESENT =0x0002, ACKED =0x0004, COMPRESSED =0x1000, FRAGMENT =0x2000, LASTFRAGMENT =0x4000 } |
Functions | |
std::ostream & | operator<< (std::ostream &ostr, PCKTFLAGS flags) |
enum PCKTFLAGS |
Enumerator | |
---|---|
NONE | |
STDPRI | |
LOPRI | |
HIPRI | |
SENDRELIABLE | |
SENDANDFORGET | |
SENT | |
RESENT | |
ACKED | |
COMPRESSED | |
FRAGMENT | |
LASTFRAGMENT |
Definition at line 23 of file vsnet_socketflags.h.
std::ostream& operator<< | ( | std::ostream & | ostr, |
PCKTFLAGS | flags | ||
) |