[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Max Bans



On Sun, 19 Apr 1998, Tomas Edwardsson wrote:

> Are there any known problems with having different Max Bans defined on
> different servers connected together. 

The problem is quite obvious. One server will not have all the bans a
second one has. Users get confused, since they probably can't track it
down. Not good. 

Null,

-- Robert Martin-Legène (RM59), Network Manager, DKnet (AS2109), Denmark

   main(){int a[2],b[2];pipe(a);pipe(b);if(fork()){dup2(a[0],0);dup2(b[1],1)
   ;}else{dup2(b[0],0);dup2(a[1],1);write(1,"R",1);}execlp("cat","cat",0);}