meta data for this page
Differences
This shows you the differences between two versions of the page.
Next revision Both sides next revision | |||
peerhood:problem [2009/03/26 13:43] hevi created |
peerhood:problem [2010/03/22 11:13] julaakko |
||
---|---|---|---|
Line 66: | Line 66: | ||
- [[wiki:user:julaakko]] | - [[wiki:user:julaakko]] | ||
- | ==== Genral bugs in code ==== | ||
- | === HasData() -function === | ||
- | |||
- | The function reaches end of non-void function in error situations although it should return a ''boolean''-value. Function is located in files: | ||
- | * TCPConnection.cc line: 421 | ||
- | * UDPConnection.cc line: 257 | ||
- | * VirtualConnection.cc line: 324 | ||
- | * LocalConnection.cc line: 353 | ||
- | * BTConnection.cc - //fixed before// | ||
- | |||
- | |||
- | - [[wiki:user:julaakko]] | ||