Alles werkend - maar echte flash clients zijn het daar niet meer eens, raar genoeg...
This commit is contained in:
parent
2d0aafc179
commit
e8246efc91
8 changed files with 234 additions and 99 deletions
|
@ -94,7 +94,7 @@ public:
|
|||
// noWait - operations block but only once
|
||||
// useful with blocking w. select()
|
||||
// nonblocking - don't block (you should use select())
|
||||
enum block_type{blocking, noWait, nonblocking};
|
||||
enum block_type{nonblocking, noWait, blocking};
|
||||
|
||||
|
||||
// Connection methods
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue