diff options
author | Ondrej Filip <feela@network.cz> | 2004-06-04 20:51:29 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2004-06-04 20:51:29 +0200 |
commit | e7ef86a58cc5393ba764606b0ee6d760e6164f0c (patch) | |
tree | 19fab1206527558cbfc7fac11945ce477757c251 /lib | |
parent | f158bb710b8be65b626f54399c8a5db8df9bd7b6 (diff) | |
download | bird-e7ef86a58cc5393ba764606b0ee6d760e6164f0c.tar bird-e7ef86a58cc5393ba764606b0ee6d760e6164f0c.zip |
OSPF is ready for changing MTU.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/socket.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/socket.h b/lib/socket.h index bc4525f..ab932b3 100644 --- a/lib/socket.h +++ b/lib/socket.h @@ -45,6 +45,7 @@ sock *sk_new(pool *); /* Allocate new socket */ int sk_open(sock *); /* Open socket */ int sk_send(sock *, unsigned len); /* Send data, <0=err, >0=ok, 0=sleep */ int sk_send_to(sock *, unsigned len, ip_addr to, unsigned port); /* sk_send to given destination */ +void sk_reallocate(sock *); /* Free and allocate tbuf & rbuf */ void sk_dump_all(void); static inline int |