Displaying 5 results from an estimated 5 matches for "pmtud".
Did you mean:
pmtu
2010 Sep 20
0
No subject
...100644
--- a/src/net.h
+++ b/src/net.h
@@ -79,11 +79,16 @@
typedef struct vpn_packet_t {
length_t len; /* the actual number of bytes in the `data' field */
int priority; /* priority or TOS */
- struct {
- uint32_t local:1; /* is this packet sent to a local interface? */
- uint32_t pmtud:1; /* is this packet used for PMTU discovery? */
- uint32_t unused:30; /* unused bits */
- } flags;
+ union {
+ struct {
+ uint32_t local:1; /* is this packet sent to a local interface? */
+ uint32_t pmtud:1; /* is this packet used for PMTU discovery? */
+ uint32_t pmtur:1; /* is this...
2018 Feb 27
3
Established connection timing out
On Mon, Feb 26, 2018 at 5:17 PM, Kip Warner <kip at thevertigo.com> wrote:
> Hey list,
>
> I've read the man page for both the client and server daemon, so either
> I missed something or this isn't an SSH issue but something going on
> with perhaps routers or MTUs.
>
> I am having problems with already established connections to a remote
> server timing out
2015 May 13
0
MTU, PMTU & DF flag
On Wed, May 13, 2015 at 04:41:30PM +0200, Florent B wrote:
> I have MTU problems when all these conditions are true:
> - a client is running Ubuntu (ICMP messages about PMTUd are ignored on
> it by default)
I have no experience with Ubuntu, but I find it hard to believe it would
block ICMP Fragmentation Needed packets out of the box.
> - a client is accessing us from a particular network
> - the client is accessing a backend VM which is not on the load-balanc...
2011 Jan 03
1
Tinc improvements
...fine MAXSOCKETS 128 /* Overkill... */
@@ -79,6 +79,11 @@
typedef struct vpn_packet_t {
length_t len; /* the actual number of bytes in the `data' field */
int priority; /* priority or TOS */
+ struct {
+ uint32_t local:1; /* is this packet sent to a local interface? */
+ uint32_t pmtud:1; /* is this packet used for PMTU discovery? */
+ uint32_t unused:30; /* unused bits */
+ } flags;
uint32_t seqno; /* 32 bits sequence number (network byte order of course) */
uint8_t data[MAXSIZE];
} vpn_packet_t;
------------------------------- src/net_packet.c -----------------------...
2013 Feb 09
5
FreeBSD DDoS protection
Hi,
I have a router running BGP and OSPF (bird) on FreeBSD.
Are there any best practises one can take in order to protect the network from DDoS attacks.
I know this isn't easy. But I would like to secure my network as much as possible.
Even if I'am not able to prevent or block a ddos I would like to get some info (snmp trap parhaps) regarding the attack.
Then I can contact my ISP or