Sergey Zhilkin wrote:
case Tcpproto: tcprecv(mb, ifc); break;>From /sys/src/fs/ip/ip.c .... And where it is now ?
It's in icmp.c
void
tcprecv(Msgbuf *mb, Ifc*)
{
mbfree(mb);
}
Not very useful for doing tcp. It ought to respond with
an icmp packet saying protocol not supported btw :^)
