oops remove extra stuff in IndexBean
This commit is contained in:
@ -395,19 +395,6 @@ public class IndexBean {
|
||||
return "";
|
||||
}
|
||||
|
||||
public String getHTMLStreams(int tunnel) {
|
||||
TunnelController tun = getController(tunnel);
|
||||
if (tun != null) {
|
||||
if (tunnel != 0 &&
|
||||
"true".equalsIgnoreCase(tun.getSharedClient()) &&
|
||||
isClient(tunnel))
|
||||
return "Listed above";
|
||||
else
|
||||
return tun.getHTMLStreams();
|
||||
} else
|
||||
return "";
|
||||
}
|
||||
|
||||
public String getSharedClient(int tunnel) {
|
||||
TunnelController tun = getController(tunnel);
|
||||
if (tun != null)
|
||||
|
@ -9,6 +9,8 @@
|
||||
so they won't be rejected
|
||||
- Reduce flusher delay to 250ms (was 500)
|
||||
- Flush unless window is full (was window is non-empty)
|
||||
* Streaming: Enforce a minimum MTU of 512
|
||||
* I2PTunnel: Change "interactive" max window size to 16 (was 1)
|
||||
* NetDb: Fix a deadlock caused by last checkin
|
||||
|
||||
2008-11-09 zzz
|
||||
|
Reference in New Issue
Block a user